<title><IF {TID} contains main.tpl>Accommodation UK - Advertise UK Accommodation Free <ELSE>{PAGETITLE} B&B, Guest House, Holiday Cottage in {CATNAME}</IF></title>
Is it possible to add a third option to this and have a custom title for the pages that contain details.tpl? I tried a few options and couldn't I stopped and re pasted the above code when I lost ALL titles
Comments on another custom titles question
Forum Regular
Usergroup: Customer
Joined: Jan 19, 2007
Total Topics: 32
Total Comments: 130
Paul,
You kindy helped me out with this a while ago:
<title><IF {TID} contains main.tpl>Accommodation UK - Advertise UK Accommodation Free <ELSE>{PAGETITLE} B&B, Guest House, Holiday Cottage in {CATNAME}</IF></title>
Is it possible to add a third option to this and have a custom title for the pages that contain details.tpl? I tried a few options and couldn't I stopped and re pasted the above code when I lost ALL titles
Thanks,
Jez
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
<IF {AREA} is Main>Your Home Page Title<ELSE><IF {TID} contains displaylinks>Your category page title<ELSE><IF {TID} contains details>Your details page title<ELSE>{PAGETITLE}</IF></IF></IF>
That will work perfectly.
Forum Regular
Usergroup: Customer
Joined: Jan 19, 2007
Total Topics: 32
Total Comments: 130
It does work perfectly. You are a star!
Many thanks.
Jez.