Created
December 14, 2011 03:49
-
-
Save davemac/1475179 to your computer and use it in GitHub Desktop.
WordPress is post is not in a category and if it is not a specific custom post type
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if ( ! (in_category( array ( 20,25 ) ) || 'tips' == get_post_type() ) ) : ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment