• Hi,

    I have a post id. How can I get the names of the categories that the post belongs to? Don’t mind using a technical approach, but I can’t see where the category names are in the database to get them.

    Thanks,

    Jim.

Viewing 2 replies - 1 through 2 (of 2 total)
  • This needs to be inside the loop:

    <?php the_category([any separators should be included here, like ' ' or ' &amp; ']); ?>

    Thread Starter jimbojimbo

    (@jimbojimbo)

    Hi,

    That wasn’t exactly what I was after, but it put me on the right track ??

    $categories = get_the_category($postID);

    Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get the category name of a post’ is closed to new replies.