Support » Plugin: Simple Custom Post Order » Can't choose ACF custom post type to be ordered

  • Ced

    (@cedriccharles)


    Hi !

    I’m using your great plugin and the excellent Advanced Custom Field plugin.

    I’ve asked the dev of ACF if it was possible to use drag and drop to order his fields groups and he told me that with a plugin like Simple Page Ordering it’s possible. I love your plugin cause it allows us to order pages, custom post types AND taxonomies so I don’t want to change.

    So ACF dev told me to ask you if you can check what’s wrong and if you can allow this ordering with your plugin.

    Thanks you very much,

    Cédric

    http://wordpress.org/plugins/simple-custom-post-order/

Viewing 2 replies - 1 through 2 (of 2 total)
  • ACF does not create any custom post types. It simply allows you to create fields for use by a custom post type. Saying that, it seems that this plugin does not allow for sorting custom post types.

    Is there any way of ordering by date-field when I’m using this plugin as well?

    when I try
    $args = array(
    numberposts’ => -1,
    ‘order’=> ‘ASC’,
    ‘orderby’ => ‘meta_value’,
    ‘meta_key’ => ‘date-fielf’,
    ‘post_status’ => ‘publish’,
    ‘post_type’ => ‘concerts’
    );

    It doesn’t work. Any solution?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't choose ACF custom post type to be ordered’ is closed to new replies.