Hi all I am newbie to wordpress
I am using the wp_list_categories in the sidebar to display the categories .
How can i display thus categories sort by id
any one much appreciated…
<?php wp_list_categories('exclude=73');?>
Hi all I am newbie to wordpress
I am using the wp_list_categories in the sidebar to display the categories .
How can i display thus categories sort by id
any one much appreciated…
<?php wp_list_categories('exclude=73');?>
You must be logged in to post a comment.
wp_list_categories
takes anorderby
parameter which accepts :So the default behavior of wp-list-categories is to order by ID but you can specify that like so: