Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] Exclude date (in kicker) in all categories except one (http://forum.bytesforall.com/showthread.php?t=9878)

farmal Sep 25, 2010 05:37 PM

[SOLVED] Exclude date (in kicker) in all categories except one
 
Hi.

I'm trying to find some way to hide the date in the post kicker in all categories except one. Any advice?
I'm using WP 3.0.1 and Atahualpa 3.4.9.

juggledad Sep 25, 2010 05:52 PM

Use this
HTML Code:

<?php if (!in_category('7')) { ?> %date('F j, Y, #a#t g:i a')% <?php }; ?>
And put in the category I'd yiu don't want it to show on

farmal Sep 26, 2010 04:53 PM

Thank you so much! That worked perfectly. I added "array" for multiple categories:

(!in_category (array('7', '8', '9')))


All times are GMT -6. The time now is 12:46 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.