Forums

How do you get category ID on the post page? (2 posts)

  1. Lovely3000
    Member
    Posted 1 year ago #

    How do you get the first category id of a post on a single post page?

  2. Joseph
    Member
    Posted 1 year ago #

    Try this:

    <?php
    $categories = get_the_category($post->ID);
    echo $categories[0]->term_id;
    ?>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags