Wiki quesiton re: wp_list_cats()
-
According to the wiki, one of the default arguments for:
<?php wp_list_cats(‘arguments’); ?>
is:
‘all’ – string – Text to display for the option to show all categories (default is “All”)
On my site, I do not get the option to view all. Here’s the site:
https://www.publichealthcenter.com/organizations/organizations.php
I have tried several permutations, including:
<?php wp_list_cats(‘hide_empty=0&optioncount=1′,’all’); ?>
and
<?php wp_list_cats(‘all&hide_empty=0&optioncount=1’); ?>
What’s the trick to getting that option to return?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Wiki quesiton re: wp_list_cats()’ is closed to new replies.