View Single Post
Old 02-21-2009, 08:06 PM  
czarina
Webmaster Extraordinaire
 
czarina's Avatar
 
Industry Role:
Join Date: Jul 2002
Location: A beautiful beach...
Posts: 10,748
Quote:
Originally Posted by Angry Jew Cat View Post
Code:
<?php if (is_home('')) : ?>
include this shit only on index page
<?php endif; ?>

<?php if (is_category('category-one') ) : ?>
include this shit only on category with category slug "/category-one/"
<?php endif; ?>
something like this is what I was going to suggest. It works great and you dont depend on a plugin (which may end up not being compatible with the next version of WP)
czarina is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote