Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created April 3, 2014 22:11
Show Gist options
  • Save richtabor/9963921 to your computer and use it in GitHub Desktop.
Save richtabor/9963921 to your computer and use it in GitHub Desktop.
$args = array(
'post_type'=> 'portfolio',
'orderby'=> 'menu_order',
'order'=> 'ASC',
'paged'=> $paged,
'posts_per_page'=> $portfolio_posts_count,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment