Skip to content

Instantly share code, notes, and snippets.

@rajendra89
Created May 3, 2017 06:59
Show Gist options
  • Save rajendra89/c4c31860c4fe326a5f2aaf4b9cab4d9b to your computer and use it in GitHub Desktop.
Save rajendra89/c4c31860c4fe326a5f2aaf4b9cab4d9b to your computer and use it in GitHub Desktop.
$args_blog=array(
'post_type'=>'blog',
'posts_per_page'=>'5', //for getting all posts
'order'=>'ASC', //last input first output
'orderby'=>'menu_order', //according to field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment