Solved! For some reason I had changed the name of my custom post type slightly, in my register_custom_post_types.php file
register_post_type('programmes', array(
I changed the name back and they reappeared…
I’ve learnt to keep in mind how changes to things can affect WP’s ability to retrieve data
Edit: On further investigation it appears that the custom post type names became invalid because they were changed after the ‘init’ action, so stopping the virtual machine and restarting actually would have resolved the problem too
Related Posts:
- Change the text on the Publish button
- Row actions for custom post types?
- Register CPTs using Dashicons for admin menu icon in WP 3.8
- How can I remove the “Add New” button in my custom post type?
- Remove “posts” from admin but show a custom post
- Add content in custom post type page after the title and before columns
- How to check if I’m on a custom post type archive in the admin area
- Admin Filter – Add Post Type Description on Post Type Page
- how to group custom post types
- How do I filter the excerpt metabox description in admin?
- How to add custom columns to Custom Post Type admin screen
- Is it OK to move admin menu items?
- WordPress Custom Post Type Admin Page really slow
- Add content before/after admin post wp-list-table
- Custom post type Admin Page
- Post slug changed using code doesn’t reflect on editor when post is published
- Filtering Posts by Multiple Taxonomy Terms such as in an Admin Post Listing?
- Remove date and category filters when editing custom post types
- Ordering Post 2 Post admin meta box by meta from CPT
- how to create my own edit.php admin page code or template for my custom post type
- Displaying Post Title on Post Edit page?
- Backend search; include CPT meta?
- Make a custom column sortable, by custom post count
- Sort custom post types by last name in the backend
- Using multiple instances of wp_editor in Custom Post Type admin area
- How i add new link after Edit | Quick Edit | Trash | View in quick edit section
- Custom Post Type Name Causing Problem
- How to add post_author column to custom post type
- Use a textarea for a custom post type
- Restrict categories to a custom post type
- How do I add a custom button to my “edit” list? ( edit.php?post_type= ) beside “Add New”
- Add text to post list/edit screens?
- Adding menu_order to CPT admin page
- Remove “Get Shortlink” button in admin of custom post type
- Need functionality with all post list available at edit.php
- How to make in WordPress admin panel sortable column for the custom field, that count the number of page impressions?
- How to remove ‘create new post’ entry for a custom post type?
- How to make post sticky in the admin page?
- Get all of user’s custom post types in WP Admin for plugin
- Custom Post Type + 20k posts = blank/404 within Admin edit.php [duplicate]
- How do increase the amount of links shown down the left in the admin menu?
- Admin not showing all custom post type posts and views not working
- How to avoid manage posts screen duplicates when two plugins use the same library
- Unable to retrieve any posts of CPT in wp-admin
- Display post meta on edit page in admin
- Admin Pointers on a custom post type
- Custom Post List View: Page or something else?
- Filter term taxonomy metabox in custom post type
- Addition of custom option panel crashes Media Library & Admin Area
- Filter hierarchical custom post type admin page by parent, and include children & grandchildren
- Admin Filter – Add Post Type Description on Post Type Page
- WP-ADMIN – Listing all CPT in “posts” listing
- manage_edit-{post_type}_sortable_columns sorts, but wrong!
- Custom Postype specific changes in admin panel
- It’s possible to hide body copy box for a custom post type?
- Show data from one Custom Post Type in another Custom Post Type
- Add a custom text to admin footer in a Custom Post Type page
- WordPress custom post type capabilities issue
- Set thumbnail and title for a post type archive (not post itself!)
- Hide Status Option From WordPress Publish Metabox and Rename Published on:
- Create field of Custom Post Types
- How to get the custom post list to admin user edit page?
- Change link for “add new” buttons on custom post type
- Custom capabilities not reflecting on admin panel
- How to limit what Editors see in the admin?
- Questions regarding add_meta_box()
- Change Post Meta via AJAX from the posts list table
- Custom Attachment Type
- Sorting custom post types in edit.php : Post disappear
- How to customize `Edit-Post` Screen
- Sort by post word count in admin area
- How to display magic field’s custom write panel in wordpress theme?
- jQuery UI & Admin (Calendar)
- Change Text in Admin Panel
- Admin slow on Postlist (over 30k Posts in Database)
- Hide title field of selected post-types on edit pages
- How can I put content before my custom post type default pages?
- get_posts() returns empty on custom post type /wp-admin/edit.php
- After inserting new post with wp_insert_post() the post is not visble to WP_Query, but the same WP_Query works for post inserted from wp-admin panel
- How we can create menu from Appearance > Menu and use as a add-submenu-page for admin menu?
- Admin Post Table – Remove Title Edit Link
- Sort custom post column by generated value?
- How do I create a customised table list of a custom post type (in the admin area)?
- Restrict Custom Post Type to One Item
- How to redirect from wp-admin/edit.php to a frontend page for specific custom post type?
- exclude admin archive edit screen
- Simple Data picker meta box
- Custom post meta box as a sub form
- How to override post-new.php with custom template
- Group based routing and administration
- Limit Number of Custom Post Type Dashboard
- Add filter button to custom post type in admin area
- “Trash”, “Draft” and count not showing for custom post type in admin panel
- Filtering in admin broken for custom post type in 3.8.1?
- Show a custom field instead of username in the backend author area
- Can’t preview custom post – Redirected to home page
- How to make an admin create/edit post page to look like taxonomy page?
- Show posts of parent in edit.php
- admin search of pages returns custom post types
- Change CPT Edit Target Link for Admin List