Skip to content

Instantly share code, notes, and snippets.

@davemac
Created December 14, 2011 03:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davemac/1475179 to your computer and use it in GitHub Desktop.
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
<?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