Detail view

aje

Member
HI
Having problem with title tag not showing up right. I get <title>Turer</title> wich is the list label but i need the title to be the name to the specific name in the detail view.

I also need the opengraph tags to work. how do i do this ?
 
Hi,
You may want to use a custom template where you can set all these things and more just the way you want.
 
i have tried that but it dont seem to work. tried to write to write in manually in the fabrikar detail template but dont work. is there something i need to do ?
 
If you want to add <head> meta tags:
As @lousyfool said: create a custom template, add something like
$doc = JFactory::getDocument();
$doc->setMetaData( 'og:title' , 'texttext' );
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top