Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Z] Is there a limit to number of templates?

Quote Reply
Re: [Z] Is there a limit to number of templates? In reply to
Database > Category > Properties > Add Field (bottom of page)

For that canonical one, you could add:

Field name: category_canonical
Type: CHAR
Size: 255

Field name: Category Canonical
Field type: TEXT

...then submit that page. You then will have that option in your add/modify category pages.

To use that field in the template, you could use:

Code:
<%if category_canonical%>
<link rel="canonical" href="<%category_canonical%>" />
<%endif%>

Hope that helps.

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!
Subject Author Views Date
Thread Is there a limit to number of templates? Z 8681 Oct 27, 2011, 9:17 PM
Thread Re: [Z] Is there a limit to number of templates?
Andy 8389 Oct 28, 2011, 2:47 AM
Thread Re: [Andy] Is there a limit to number of templates?
Z 8393 Oct 28, 2011, 6:32 AM
Thread Re: [Z] Is there a limit to number of templates?
Andy 8386 Oct 28, 2011, 6:41 AM
Thread Re: [Andy] Is there a limit to number of templates?
Z 8391 Oct 28, 2011, 6:47 AM
Thread Re: [Z] Is there a limit to number of templates?
Andy 8414 Oct 28, 2011, 6:50 AM
Thread Re: [Andy] Is there a limit to number of templates?
Z 8380 Oct 28, 2011, 6:53 AM
Thread Re: [Z] Is there a limit to number of templates?
Andy 8388 Oct 28, 2011, 6:54 AM
Thread Re: [Andy] Is there a limit to number of templates?
Z 8372 Oct 28, 2011, 7:18 AM
Thread Re: [Z] Is there a limit to number of templates?
Andy 8409 Oct 28, 2011, 8:29 AM
Thread Re: [Andy] Is there a limit to number of templates?
Z 8354 Oct 28, 2011, 10:25 PM
Post Re: [Z] Is there a limit to number of templates?
Andy 8347 Oct 30, 2011, 5:18 AM