show_count=1 in sidebar.php causes script to stop
-
If I have
show_count=1, the sidebar doesnt load at all. Script stops then trying to wp_list_categories() in sidebar.phpBut the same works in my localhost.
<?php wp_list_categories('show_count=1&hide_empty=1&title_li=<h2>Categories</h2>'); ?>Any idea what may be the reason behind this ?
Thanks
The topic ‘show_count=1 in sidebar.php causes script to stop’ is closed to new replies.