Forums

Post category (2 posts)

  1. smartidu
    Member
    Posted 2 years ago #

    I am writing an extension for WordPress and need to know how to determine the post category. In brief, I need to associate all posts with their corrosponding categories using some SQL.

    I thought post_parent under posts table might be of help but it confuses me more. A SQL condition or field names would be helpful.

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    This topic discusses how the terms/taxonomy stuff links together:
    http://wordpress.org/support/topic/200438?replies=5

    This will get all categories for a post:
    $cats = wp_get_post_categories($post->ID);

Topic Closed

This topic has been closed to new replies.

About this Topic