show only some categories o wordpress menu
February 7, 2010 by admin · Leave a Comment
You have many categories on your blog? Want to show only some of them?
You can do this easily by modifying the parameters for the following function:
wp_list_categories('orderby=name&include=7,9,19,16,1,5,17,23'); ?>
This function is usually located in header.php or sidebar.php (the place where they display the categories).
So you must write the comma category id you want to appear in the menu.
Related posts: