Quote:
Originally Posted by Angry Jew Cat
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)