Title: query_posts &amp; multiple categories
Last modified: August 19, 2016

---

# query_posts & multiple categories

 *  [Raz88](https://wordpress.org/support/users/raz88/)
 * (@raz88)
 * [16 years ago](https://wordpress.org/support/topic/query_posts-amp-multiple-categories-1/)
 * Hi, so on the home page of a website I’m currently working on I am trying to 
   display posts in that are in multiple categories on the homepage. I’m trying 
   to display posts in categories 8, 4, 3 and also display posts just in category
   6.
 * Here is my current query:
    <?php query_posts(array(‘category__and’=>array(8,4,3)));?
   >
 * It was originally:
    <?php query_posts(array(‘category__and’=>array(8,4,3)&array(
   6))); ?>
 * But that just screwed it up and displayed all categories.
 * The reason I’m trying to do this is because I on the website I’m working on [http://www.w-lbaseball.org](http://www.w-lbaseball.org)
   there are posts in categories: Announcements, Games, and Schedule. But there 
   are some posts that are only located in only ‘Games’ & ‘Schedule’, these posts
   have no content but have custom fields used to display info on the scheduling
   page and the sidebar. I don’t want them to show up on the homepage unless there
   in the category ‘Announcements’ also. The news category is a separate category
   that I want to use strictly to display any current news but not be require to
   be in any of the three other categories.
 * Any assistance with this dilemma is very much appreciated.
 * -Raz88

Viewing 1 replies (of 1 total)

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [16 years ago](https://wordpress.org/support/topic/query_posts-amp-multiple-categories-1/#post-1505752)
 * Continue discussion here:
    [http://wordpress.org/support/topic/400044](http://wordpress.org/support/topic/400044)

Viewing 1 replies (of 1 total)

The topic ‘query_posts & multiple categories’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [MichaelH](https://wordpress.org/support/users/michaelh/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/query_posts-amp-multiple-categories-1/#post-1505752)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
