re-order > How to use in WPQuery for 'orderby'?

Support MB Custom Post Type re-order > How to use in WPQuery for 'orderby'?Resolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49084
    JugiburJugibur
    Participant

    Hi,
    I have searched in the docs (https://docs.metabox.io/extensions/mb-custom-post-type) how to use the Meta Box 're-order' feature in a WPQuery.

    Please can you help me what name I have to use?

    
    ?php
    $query_args = [
      'post_type' => 'my-custom-post',
      'posts_per_page' => 4,
      'orderby' => '?????',
      'order' => 'ASC',
      'post_status' => 'publish'
    ];
    #49085
    JugiburJugibur
    Participant

    Ok, I found it 2 minutes later 😉

    its 'menu_order'

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.