Get category from a custom post
-
Hi, I was wondering how can I get categories from a post type, since the regular query_post won’t work.
I tried:query_posts( 'post_type=product&posts_per_page=3&product_category=41' );
And nothing. It won’t return me the post within that category. How does this work?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Get category from a custom post’ is closed to new replies.