Wednesday, April 11, 2012

How to display list of categories in wordpress



<?php wp_list_categories('title_li=&depth=1&show_count=1') ?>

Note: This will display list  of  categories in wordpress, if that category should contain at least one post.

No comments:

Post a Comment