order
is a reserved term, the best – I know of – overview over those can be found here: Codex: register_taxonomy()
– Reserved Terms. The list is in it’s relevance not restricted to taxonomies. The introduction to it does make it clear(er) why:
Avoiding the following reserved terms is particularly important if you are passing the term through the $_GET or $_POST array. Doing so can cause WordPress to respond with a 404 error without any other hint or explanation.
Related Posts:
- Is there a way to make a custom Page type?
- Hide Status Option From WordPress Publish Metabox and Rename Published on:
- Getting subpage of subpage – Custom posts
- How to display data with pagaination on backend?
- How can I remove the “Add New” button in my custom post type?
- Searching multiple custom post types and pages
- Change the edit page for a custom post type?
- How do I filter the excerpt metabox description in admin?
- Is it OK to move admin menu items?
- Hide/Show only specific categories in wp-admin new-post.php
- WordPress Custom Post Type Admin Page really slow
- Get page by template?
- Post slug changed using code doesn’t reflect on editor when post is published
- WP Admin default view mode for Custom Post Type
- TV Show database – Best way for structuring it?
- Remove date and category filters when editing custom post types
- How to Add Pages Under Custom Post Type URL Structure?
- How to create user personal pages with information from their meta profile fields?
- How to programatically set the post title of a CPT on wp-admin
- How to Change the Title of a Meta Box on a Specified Custom Post Type? [duplicate]
- Changing the header on post listing page in admin area
- WordPress User Roles, Custom Post Types, and Admin views
- Show hierarchical relationship between to custom post types on admin list
- Show Custom Post Type values in WordPress grid view
- Making pages also serve as taxonomies? Or give full pages to taxonomies?
- WP-Admin edit.php & post.php slowdown after import of 10k users
- Check if admin is editing page or custom post type
- remove child post from custom post type archive
- How to customize admin posts based on the user who is logged in
- custom posts on different page
- wp_list_pages(); Change output of hyperlink
- Trying to edit the single page from a Custom Post
- Change headers in admin posts list
- Admin notice not displaying
- Remove rows in the manage post/page view
- Should I use custom taxonomy or custom post type
- Making a custom help center page
- Display post meta on edit page in admin
- create a template page for a post
- Modify action buttons for custom post type
- Add a button or image button that calls wp functions in the wp-admin
- Custom admin post.php page
- Custom Taxonomy back-end customizations
- How to add a custom-post-type post within another custom-post-type post edit screen using AJAX?
- Trouble with CPT Child 404
- Database to page routing API?
- CPT post count is 0 for the authors in the User list
- Tracking changes in admin-page so user gets warning when leaving the page
- Possibilities for the edit.php admin panel? [closed]
- Custom post type editor with dynamic selects, one drop down populating a second second drop down not working
- WP-ADMIN – Listing all CPT in “posts” listing
- Static page determines as home, but it is not
- Grouping of CPTs and taxonomies into menu groups in admin
- Why does not this wp_redirect work in is_single()?
- Creat new admin url for custom post type
- Multiple pages per post (not pagination)
- Custom WP_Query doesn’t display all posts
- Display an authors post on a single page only when they are logged in
- Copy order items with metadata between orders – Woocommerce
- URL Rewrite – Page Archive
- Change link for “add new” buttons on custom post type
- Render a Post or Page using the correct file
- Custom capabilities not reflecting on admin panel
- How to limit what Editors see in the admin?
- Under What Conditions Can I name my CPT the same as my CPT Page?
- custom post creation on front page – on submit a search is done
- Change Post Meta via AJAX from the posts list table
- How to setup different permlalinks for posts and pages?
- Custom Attachment Type
- Sort by post word count in admin area
- How to display magic field’s custom write panel in wordpress theme?
- Change ordering of fields of custom post type in admin page
- How do I disable the built-in editor and automatically configure the properties of new pages?
- Admin slow on Postlist (over 30k Posts in Database)
- Put featured image under post title in admin area
- list articles in admin showing nested categories or slugs?
- Manually adding current_page_parent to wp_list_pages()
- Publishing failed. The response is not a valid JSON response
- Add custom template ‘sub-page’ to Custom Post type?
- Custom Post Type Single Page and Archive Page redirects to Home Page
- How do I create a customised table list of a custom post type (in the admin area)?
- Disable Sidebar on certain pages
- Displaying posts inside table having issues
- How to redirect from wp-admin/edit.php to a frontend page for specific custom post type?
- exclude admin archive edit screen
- In the admin, how can you list thumbnails instead of titles for a custom post type?
- Custom post meta box as a sub form
- How to manage a custom post type archive as a page?
- Add filter button to custom post type in admin area
- One Post with different content, depending on a Page
- “Trash”, “Draft” and count not showing for custom post type in admin panel
- Edit is changing my custom’s post type parent id
- Different post types arranged on one page
- Is it possible to make one of two custom fields in Custom Post Type UI Required but not the other?
- Include Custom Post Type Archive in wp_list_pages
- query_post while (have post) get_template_part()?
- “regular” pages not found after changing permalink
- Using custom post types within a section of a template
- Show posts of parent in edit.php
- current_page_item and custom post type?