I do not think that there is any sane way to sort this issue with the amount of posts you have except than setting hierarchical
to false
. Setting hierarchical
to true
has huge impact on performance and aren’t really meant for use in custom post types.
If you do not need a parent/child relationship between posts like the build-in post type page
have, then you should really set hierarchical
to `false. If you really need that relationship, then you are pretty much stuffed unfortunately. With the amount of posts you have I cannot see any viable solution to sort your issue
Just a tip, remember to flush your permalinks after setting hierarchical
to false
Related Posts:
- Backend search; include CPT meta?
- How to programatically set the post title of a CPT on wp-admin
- Display custom fields from custom posts in RSS feed
- Tracking changes in admin-page so user gets warning when leaving the page
- It’s possible to hide body copy box for a custom post type?
- Custom Field values not Showing in Edit Page of Custom Post Type
- Change Post Meta via AJAX from the posts list table
- WP Admin Dropdown List Filter for custom (ACF) field on custom post type(s)
- Sort custom post column by generated value?
- Simple Data picker meta box
- Query Distinct Taxonomies of Custom Post Type
- Custom post type won’t take my custom fields
- Show a custom field instead of username in the backend author area
- Row actions for custom post types?
- Help Creating a Slideshow Custom Post Type with Custom Meta Boxes?
- Add content in custom post type page after the title and before columns
- Search multiple custom fields by using meta_query
- Custom Post Type – Taxonomy Dropdown Menu?
- How do I implement custom fields without using any plugins?
- Filtering Posts by Multiple Taxonomy Terms such as in an Admin Post Listing?
- How I check if the same post slug has not been used before publishing?
- How to sort a table of custom posts by column containing custom field
- Issue with saving custom post type when editor is removed
- How to remove CPT comment feed from head?
- convert Custom Fields Option-Values to Tags/Taxonomy
- Automatically Insert Custom Field on Custom Post Type Publish
- How do I add a custom button to my “edit” list? ( edit.php?post_type= ) beside “Add New”
- Remove “Get Shortlink” button in admin of custom post type
- Display custom post types with custom date field value (before today) & order by custom date field
- How to have the right design for a custom post type without accessing themes
- Get all of user’s custom post types in WP Admin for plugin
- Create a post in custom post type using field in registration form after users submit form
- WordPress custom meta field for custom post not storing data
- Conditional regex in add_rewrite_rule() for specific query filters & pagination
- How To Create A Custom Taxonomy 404 Page
- How to Duplicate (multiple meta box)?
- How to structure a site with product variations pages?
- Save an array from drop-down in custom meta box
- How do increase the amount of links shown down the left in the admin menu?
- Including Custom Meta with posts_where query
- How to create shortcode to display custom field value on a custom post type
- Custom taxonomy in URL showing 404
- Custom Post Type Draft Preview Goes to 404
- Convert simple SQL Query to WordPress query
- How to set up multisite for multi language?
- Add meta value to custom post type on publish
- Creating a Custom Post as a repository for theme constants
- Custom Post List View: Page or something else?
- Orderby CPT custom fields not working
- How to create a custom post type with additional fields?
- Order Custom Post Type by Custom Field Value
- Custom post type permalink tag 404
- Custom post type / taxonomy rewrite archive page 2 gives 404
- Hierarchical custom fields
- Fields for different parts of a page
- Facebook social publisher and custom post type fields [closed]
- Searching Custom Fields
- Custom Post Meta from custom metaboxes is randomly being deleted
- How to get specific post meta by title or id
- page not found for single-type.php file
- Populate a custom field dropdown with post titles by author
- Hide Status Option From WordPress Publish Metabox and Rename Published on:
- echo selected value from dropdown
- Category Search / Custom Post Type search on my website. Custom Post Types that are “page-like”?
- Get data from PHP to JavaScript to set position of each post on front page
- How to display a WordPress Custom Field only on a specific day of the week?
- Filtering custom posts by custom fields (ACF) [closed]
- Incorrect ordering of custom post type based on time
- How can I see a list of products that I have set to outofstock through a custom field check box?
- delete duplicate meta_value with same post_id
- Writing a custom Glossary plugin
- Filter search posts by post meta?
- Change Text in Admin Panel
- How can I put content before my custom post type default pages?
- Adding a location field to buddypress activity
- How we can create menu from Appearance > Menu and use as a add-submenu-page for admin menu?
- How to only display all posts to a custom User Role?
- Unable to gather Image URL from Custom Post Type’s; Custom Meta Field
- register_rest_field update_callback don’t work for $_FILES
- How to convert Post Object Custom Field into Tags
- Custom meta fields not showing up in WP_Response Object via custom endpoint
- Query a Custom Post Type using SELECT that has ACF fields to compare dates
- I want to create a metabox under custom taxonomy
- Filter custom WP_Query by first letter of a custom field – hopefully using Search and Filter Pro?
- How to override post-new.php with custom template
- check_admin_referer not working in custom meta box for custom post type
- How to display all custom fields associated with a post type – IN THE ADMIN AREA?
- Setting a custom $query->query_vars[‘meta_key’] breaks the WordPress menu
- Filtering in admin broken for custom post type in 3.8.1?
- WP_Query and two custom fields returns no posts
- I want to split this into two functions
- Repeatable Custom Field for Media Upload
- How to store datetime from custom meta box so that it can be sorted by
- Adding a custom field after post title (ex.Example Title [30 Second Read])
- Display ACF object field data using Elementor Custom Query
- Sortable admin columns ordering from custom fields isn’t combine com search and Dropdown filter
- WordPress custom field sorting, weird behavior: the latest post is at the end
- I want to understand plugin implementation of custom posts / taxonomies / metaboxes
- Custom order of CPT posts by title, in wp-admin area by default
- How to consume external API from WordPress post editor and display the response data in the custom field?