• Resolved metaglyphics

    (@metaglyphics)


    I’m using a post order plugin (Intuitive CPO) to set the orders on a custom post created with ACF Extended. But the order keeps reverting. I think the answer is to change the Order By field under Post Types > Admin, but “menu_order” doesn’t seem to work.

    Does anyone know what setting I should use here?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback! You should try to register your post type in PHP first, using register_post_type() function, and try to make it work with CPO.

    If it doesn’t work, then check their documentation/FAQ, there are probably some special settings for custom post types. Once it works with PHP, then you can apply the same settings in the Dynamic Post Type UI.

    Hope it helps!

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Override Order By’ is closed to new replies.