Sometime we don't want to show the posts from the specific category so here is the code that help you to exclude that particular category posts from the posts. query_posts(array( 'post_type' => 'post', 'showposts' => 14, 'category__not_in' => 10, 'meta_query'...