Title Generator on the pages

xryskom

Member
hello, i would like to know if i can make a custom or edit by my choice the title in every page.

example: www.mywebsite.com/visiolist/list ----page title is ( mywebsite.com best cars in the world )
www.mywebsite.com/visiolist/audi_A6 ----page title is ( mywebsite.com audi A6 )
www.mywebsite.com/visiolist/audi_A7 ----page title is ( mywebsite.com audi A7 )
www.mywebsite.com/visiolist/audi_A1 ----page title is ( mywebsite.com audi A1 )

and so on... i know that evrey page generate different title but if i want it custom?>
 

Mark

Administrator
Staff member
Hello, for custom pages whatever you set the title too is what is used for the title tag, you can set the title to whatever you like.

You could also create a custom plugin using the page_query.php hook location, where you could overwrite the page title stored in $TMPL['header']. This plugin hook location is only for custom pages.
 
Top