function wp_revamp_categories
-
Hi,
How can I change the function below so I can reorder the menu to display the categories by id and how can I get a category menu item to link to directly to a page.
function wp_revamp_categories() {
$category = wp_list_categories(‘depth=4&title_li=&exclude=1&hide_empty=0&echo=0’);
$category = preg_replace(‘/title=\”(.*?)\”/’,”,$category);
echo $category;
}
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘function wp_revamp_categories’ is closed to new replies.