Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Created April 18, 2018 10:05
Show Gist options
  • Save ScarletPonytail/da433c6c735803f1d1e47e381085dcfc to your computer and use it in GitHub Desktop.
Save ScarletPonytail/da433c6c735803f1d1e47e381085dcfc to your computer and use it in GitHub Desktop.
WordPress - Define category order
$insightcats = get_categories( [
'orderby' => 'include',
'include' => array( 9, 6, 7, 8, 5 )
] );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment