<?php
/*
Template Name: Home Template
*/
?>
<?php
$args = array(
'orderby' => 'name',
'show_count' => -1,
'hierarchical' => true,
'taxonomy' => 'job_cat',
'title_li' => '',
'exclude' =>'23,25',
'order' => 'ASC',
'depth' => 1,
'walker' => 'Walker_Category' );
$job_cats = get_categories( $args );
?>
There are currently 1 users browsing this thread. (0 members and 1 guests)