Code to exclude categories
-
Does anyone know what code i can insert here to iether oxclude certain categories or only include certain categories?? i have this code inserted into a template and i only want it to display a certain categorie
here is the code i need changed
<h2>Categories</h2>
<?php
if (function_exists(‘wp_dtree_get_categories’))
{
wp_dtree_get_categories();
}
else
{
wp_list_categories(‘show_count=1’);
}
?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Code to exclude categories’ is closed to new replies.