• I have some custom post types but they are in a sub menu (in the back end). When I enable reorder for this post type the menu option Reorder is not present in this sub menu.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Indeed, it isn’t designed for such custom admin back-ends. however, you can still access your reorder page with the appropriate url. See the URL for a custom post type on which you can are to access the reorder menu and then substitute the correct post type which you have enabled the manual reorder in the settings page.

    It will be something like…

    https://example.com/wp-admin/edit.php?post_type=my-cpt&page=re-orderPost-my-cpt

    I have the same issue as @lwrkrol and here is my issue:

    I created a Custom Post Type called “Careers” for a site, and in registering that, I put

    ‘show_in_menu’ => ‘edit.php’,

    This puts the “All Careers” as a sub-item under Posts, which keeps my main menu cleaner and is desired.

    However, when I go to /wp-admin/edit.php?post_type=career&page=re-orderPost-career I get “Sorry, you are not allowed to access this page.”

    When I comment out the show_in_menu parameter, the same URL works great and says “Manually rank your “Careers”” and lets me rank them by a shared Custom Taxonomy called Cluster which holds Career Clusters (like Business, Science, Art, etc.) that is present for both regular Posts and the Custom Post Type Careers.

    Is there a way to enable that URL if ‘show_in_menu’ puts it in a sub-menu like I’ve tried?

    Thanks!

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