Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ibrahimkholil/037a7075a613e794de0b508906caf6fa to your computer and use it in GitHub Desktop.
Save ibrahimkholil/037a7075a613e794de0b508906caf6fa to your computer and use it in GitHub Desktop.
order function include in custom post type
custom post order system:
1. support in custom post support = page-attributes
2. add it in post query $args = array( 'post_type' => 'promotion', 'posts_per_page' => 6,'orderby' =>'menu_order','order' =>'ASC' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment