Title: category boxes
Last modified: August 18, 2016

---

# category boxes

 *  [gary68](https://wordpress.org/support/users/gary68/)
 * (@gary68)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/category-boxes/)
 * In the main index template:
 * Category title
    Post title excerpt Post title Post title Post title Post title
 * Displayed in two boxes wide and up to 6 down.
 * Is this possible?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [chuck232](https://wordpress.org/support/users/chuck232/)
 * (@chuck232)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/category-boxes/#post-372897)
 * I think you’d probably just do a sort of counter thing. So if $counter == 1, 
   then show the excerpt. Else, just show the title. As for the two columns, I’m
   just thinking, you could probably create the CSS styling necessary for the two
   columns then use something like:
 * class=”<?=($counter%2)?”col1″:”col2″;$counter++;?>” (not my code)
 * To return which column (assuming your CSS is styled for classes “col1” and “col2”
   to put that specific post into. Try something along these lines.
 *  [Dgold](https://wordpress.org/support/users/dgold/)
 * (@dgold)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/category-boxes/#post-372913)
 * I think you’ll need to use Multiple Loops (described in the Codex) to query posts
   from Category 1, and return several headlines… then query again for Cat 2 and
   return headlines.
 *  Thread Starter [gary68](https://wordpress.org/support/users/gary68/)
 * (@gary68)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/category-boxes/#post-372991)
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘category boxes’ is closed to new replies.

## Tags

 * [boxes](https://wordpress.org/support/topic-tag/boxes/)

 * 3 replies
 * 3 participants
 * Last reply from: [gary68](https://wordpress.org/support/users/gary68/)
 * Last activity: [20 years, 2 months ago](https://wordpress.org/support/topic/category-boxes/#post-372991)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
