Querying custom taxonomies in the custom post type using query posts
-
Guys,
am playing with custom post types and custom taxonomies . i have registered the custom post type. and custom taxonomies also added. i want to query the custom post using the categories name i have added. when am using the following query it displays all the posts.<?php query_posts('post_type=>sample_content&category_name=>bannertop');?>
.
i need help on how to query the particular custom posts using custom category . and i want to know any other methods are available to query particular posts(custom)?……….Thanks in advance
Guru4ever
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Querying custom taxonomies in the custom post type using query posts’ is closed to new replies.