Recent Questions - WordPress Development Stack Exchange · Jun 11, 2015
wp_list_categories set order manually?
0Sign in to vote or save
This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
Is it possible to do this? In the codex the 'orderby' option does not allow manual ordering (only ascending ID, name, count, slug etc). Here is the code: <?php wp_list_categories('include=16,17,15&title_li=<h3>' . __('By Content') . '</h3>' ); ?> This is currently alphabetical since I havent included the 'orderby' statement. I want them ordered 17,15,16 but only these 3 cats which are not…

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.