show empty categories (new thread)
-
hi there
I tried to use the easiest way described here https://www.ads-software.com/support/topic/how-to-show-empty-categories-in-28?replies=3
but didn’t worked..however when I used this code:
<ul> <?php wp_list_categories( array( 'show_count' => 1 , 'hide_empty' => 0 ) ); ?> </ul>
from https://www.ads-software.com/support/topic/show-empty-categories
and pasted it somewhere in “header.php” it showed successfully even hidden categories…so I need to apply it similarly to my sidebar. I’m using category widget (in my sidebar).
so I would probably need to know where exactly WordPress calls the “show categories” function from sidebar.php or widgets.php or similar, to adjust the code. can anyone help?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘show empty categories (new thread)’ is closed to new replies.