Profiles

  • Member Since: May 29th, 2016
  • Find me on:
  • Posted a reply to Sort posts by a custom menu order?, on the site WordPress.org Forums:
    Try this: $args = array( 'posts_per_page' => 6, 'category_name' => 'MyCatSomething', 'menu_order' => 'ASC', 'post_type'…