Forums

getting category id from post (2 posts)

  1. die4me
    Member
    Posted 1 year ago #

    ok i use this to get the category id from the category
    get_query_var('cat');
    but i need it get it to show when in post too

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    for a post, you could use wp_get_post_categories()
    http://codex.wordpress.org/Function_Reference/wp_get_post_categories

    be aware that the function returns an array (of category ids) even if you only have one category in your post.

Topic Closed

This topic has been closed to new replies.

About this Topic