How wp_list_categories to show cat with more than one word.
-
The problem is i want Show 5 specific categories.
3 Categories have just one word, but 2 categories have “two words” or more.
I want show For Example:
|Orange|Limon|Pie Apple|Table Of Contents Nutrients|Water|
But is showed:
-
|Orange|Limon|Water|
The Categories Pie Apple and Table Of Contents Nutrients are not display.
I use the follow code:
wp_list_categories('orderby=name&show_count=0&include=16,32,365,27,166,42&title_li=');
How i can resolve this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How wp_list_categories to show cat with more than one word.’ is closed to new replies.