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.

documentation wp_list_categores

wp_list_categories function source code


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -