Problem creating a page to display a list of categories with post counts
-
Hi, I’m starting a new project and part of my idea requires me to create a page to list all of my categories and show how many posts are in each category. I have done some research with limited success, what I am using now is:
<?php wp_list_categories(‘orderby=name&show_count=1’); ?>
I have this wrapped in an unordered list tag
Unfortunately it does not display anything.
Here is a link to the webpage https://www.meanjoke.com/
Any help will be greatly appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problem creating a page to display a list of categories with post counts’ is closed to new replies.