Title: Category Split-up
Last modified: August 20, 2016

---

# Category Split-up

 *  [MrWilson2013](https://wordpress.org/support/users/mrwilson2013/)
 * (@mrwilson2013)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/category-split-up/)
 * Hello.
 * I’m trying to get this bit of code to show up in 2 columns… As it is now it shows
   like this
 * [Like this..](http://imageshack.us/photo/my-images/835/96191132.png/)
 * For example, I would like to have it like this, But in 2 Columns,
 * [Example](http://imageshack.us/photo/my-images/109/88489131.png/)
 * Here is the code
 *     ```
       <font size="5">Jobs by Category</font>
       			<ul class="job_cats"><?php
       				// List Job Cats
       				$cat_args = array('orderby' => 'name', 'show_count' => -1, 'hierarchical' => true, 'taxonomy' => 'job_cat', 'title_li' => '');
       				wp_list_categories( $cat_args );
       			?></ul>
       ```
   
 * any help would be greatly appreciated

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

 *  [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/category-split-up/#post-3578117)
 * You could try this CSS3 technique –
    [https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_multi-column_layouts](https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_multi-column_layouts)
 * I’m not sure how you would that with the php code that you are using.
 *  Thread Starter [MrWilson2013](https://wordpress.org/support/users/mrwilson2013/)
 * (@mrwilson2013)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/category-split-up/#post-3578189)
 * Trying to get this to work, Got the columns set, how ever its now just trying
   to split the php code between them both… hmm
 * Thank you, I think i’ll be able to handle it from here 🙂

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

The topic ‘Category Split-up’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [MrWilson2013](https://wordpress.org/support/users/mrwilson2013/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/category-split-up/#post-3578189)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
