Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Title tag format change

Quote Reply
Title tag format change
Hi,

My subcategories pages titles are showing in this format -> Examplecategory/subcatexample/subsubcatexample, and I would like them to show in this format ->Examplecategory subcatexample subsubcatexample

Can anybody help?

Looked around in the forums but couldn't find anything about how to do this.

Thanks,

Z
Quote Reply
Re: [Z] Title tag format change In reply to
Hi,

Check out my ULTRAGlobals plugin (in my signature), and try:

Code:
<%Plugins::ULTRAGlobals::Edit_Title_Full_Name($Full_Name,'normal','&gt;','0')%>

There is also documentation in the plugin itself, regarding how you can change the delimiter, format, etc

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Title tag format change In reply to
Thanks Andy, I'll give it a try.