• 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..

    For example, I would like to have it like this, But in 2 Columns,

    Example

    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)
Viewing 2 replies - 1 through 2 (of 2 total)

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