Hi, I’m wondering if it’s possible to control the venue order using a plugin like Post Types Order. I’ve read that this is only possible if the post type is hierarchal and supports Page Attributes. I was able to add post type support
add_post_type_support ( 'tribe_venue', 'page-attributes' );
for Page Attributes and this enabled manually altering the Order but I can’t seem to get the Post Types Order plugin to work. The admin URL should work like “http://domain.com/wp-admin/edit.php?post_type=tribe_venue&page=order-post-types-tribe_venue” but I get a “sufficient permissions” error.
Thanks in advance for any help