Skip to content

Instantly share code, notes, and snippets.

@aaronj1335
Created May 25, 2013 19:00
Show Gist options
  • Select an option

  • Save aaronj1335/5650329 to your computer and use it in GitHub Desktop.

Select an option

Save aaronj1335/5650329 to your computer and use it in GitHub Desktop.
check if post is in category
<?php
c++;
if (in_array(1, wp_get_post_categories($post.id)) && $c == 1) { ?>
this text will only show up if $post is in category 1 and the counter is 1
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment