• Resolved tgrk35

    (@tgrk35)


    I’m attempting to search thru the categories (there are 2-3) for each post.

    So, for example, I want to determine if a post is listed in the “articles” category (this is all done on the single.php, btw).

    Is there a way to do this? I’ve tried the_category(), that didn’t work. Also tried get_post_category(), also didn’t work.

    Any thoughts?

    Thanks for any help 🙂

Viewing 1 replies (of 1 total)
  • Thread Starter tgrk35

    (@tgrk35)

    Looks like I was able to make this work.

    I used the in_category() function in a conditional, got it right away.

Viewing 1 replies (of 1 total)

The topic ‘How to search Post Categories’ is closed to new replies.