I have registered custom post type Article in my template using register_post_type function. and i also having taxonomy category for this article posts.
Here i want to filter the posts under particular category. using query post
How can i do this
Thanks in advance !