Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ingozoell/9157662 to your computer and use it in GitHub Desktop.
Save ingozoell/9157662 to your computer and use it in GitHub Desktop.
Add Page Attributes to custom post types
// Register CPT
Add 'page-attributes'
// 'supports' => array( 'title', 'editor','thumbnail','page-attributes' )
// Landingpage/Template
Add '&orderby=menu_order'
//$portfolio_query = new WP_Query( 'post_type=portfolio&orderby=menu_order&posts_per_page=-1' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment