I recently purchased the Power Blog template. I love the Category Menu, but I can't figure out how to get empty categories to show there, too (categories with no posts, yet). Is there a way to change the function.php in my child theme so that they always show?
ThemeShaper Forums » Thematic
Show empty categories in Power Blog Category Menu
(3 posts)-
Posted 2 years ago #
-
Search for
<?php wp_list_categories('title_li='); ?>in your functions.php and replace it with<?php wp_list_categories('hide_empty=0&title_li='); ?>Posted 2 years ago # -
Thanks, Manuel!
I was pretty sure that's where I needed to make an edit, but I just didn't know what to add. This works great.
Posted 2 years ago #
Reply
You must log in to post.