Page 1 of 1
Making custom feilds only display for certain catagories
Posted: Thu Aug 31, 2006 5:34 pm
by jeremya
I want to make my custom fields only display for certain catagories of posts.
-- Jeremy
Re: Making custom feilds only display for certain catagories
Posted: Thu Aug 31, 2006 6:54 pm
by garvinhicking
Hi!
You can edit your entries.tpl Smarty Template and insert {if} smarty checks in the place where you only want to display specific things.
You can read more about Smarty templates on
http://smarty.php.net/ and in the technical documentation on
http://www.s9y.org or you can search the forums for how other people modified their templates. Or you can be more specific.
Best regards,
Garvin
Posted: Thu Aug 31, 2006 9:44 pm
by jeremya
Got it working... thanks.
-- Jeremy