plague
Member
Posted 4 months ago #
Is there anyway I can bring all the categories that has or doesn't have any blog posts into the category widget?
My domain is http://shadythoughts.com and if you see it there, in the header area I have managed to list all the categories but in the widget it is not listing it. I'm not sure how to customize the widget.
If anyone can help me, I would appreciate it.
Consider downloading and installing Otto's PHP Code Widget.
Then put this in one of those widgets:
<?php wp_list_categories('hide_empty=0&title_li='); ?>
Please remember to support our plugin authors by clicking on the Donate button there.
For other examples see:
wp_list_categories()
Hi,
1) First download category-template.php file at local system. You can get this file from /wp-includes/ folder.
2) Open it to edit the file and chage the following code:
“hide_empty=0“
3) Save the file and upload it on the web server.
Thanks,
Shane G.