php - Displaying the categories and subcategories - wordpress -


i have lot of categories , subcategories in site. display them manually, mean wrote:

<ul> <li>..menu..</li> <li>..menu..</li> </ul> 

i'm sure there right way it. i'm sure there function that. can tell me ?

thanks

sure, can use wp_list_categories()

http://codex.wordpress.org/template_tags/wp_list_categories


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -