Post 2.8 install, categories listing isn’t showing
-
I recently upgraded my blog to version 2.8.
After this, I noticed my Categories listing on my site isn’t displaying. Instead, I get a “No Categories” name under the heading. I don’t know if this is related to the install or not.
The site is https://www.journeysbysteve.com, look on the right sidebar towards the bottom for the Categories heading.
The code for that area is:
<li> <h3><?php _e('Browse Categories','branfordmagazine');?></h3> <ul class="subnav"> <?php wp_list_categories('orderby=order&hide_empty=1&title_li=&exclude=6,11,12,14,15,16,17,18,19,20');?> </ul> </li>
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Post 2.8 install, categories listing isn’t showing’ is closed to new replies.