categories in Wordpress sidebar.php -
the sidebar.php shows
<li> <?php wp_list_categories('show_count=1&title_li=<h2>categories</h2>'); ?> </li>
so php file generates categories in sidebar (wrapped in a
tags , number of posts)?
the function located inside wp-includes/category-template.php
you can find out function located looking @ wordpress codex - @ bottom of each page, there link function located.
Comments
Post a Comment