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; ?>
conditional includes are much more flexible than just these examples and you can lookup more info on codex.wordpress.org
|
Great simple stuff - this is why I wish I could code myself