Hello i want a specific category not to show in my post page, how can i do that?
thank you.
Hello i want a specific category not to show in my post page, how can i do that?
thank you.
Hi,
You can simple do it via conditional tags of wordpress..
http://codex.wordpress.org/Conditional_Tags
Thanks,
Shane G.
thanks, however i don't quite understand how to use conditional tags...
neither where to put it....
i mean i know that my category is "3" but i don't know how and where to put it
thanks!
Hi,
Refer This:
http://codex.wordpress.org/Template_Tags/wp_list_categories#Include_or_Exclude_Categories
Thanks,
Shane G.
thanks for your help, but i can't make it work (im not a programmer so i don't understand the code :()
should i put something like this:
<?php if (is_category('3')) : ?>
thanks
This topic has been closed to new replies.