Get categories for a specific post – Custom post type

Are you sure it a category, and not a custom taxonomy?

If it is a category try:

var_dump( wp_get_post_categories( $id ) );

or its equivalent since category is a taxonomy:

var_dump( wp_get_object_terms( $id, 'category' ) );

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)