Make sure that show_ui and show_in_menu are set to true when the post type is enabled. then all the usual post/pages features will be available.
See
http://codex.wordpress.org/Function_Reference/register_post_type
Also make sure that those features are explicitly declared as by the CPT as supported.
Related Posts:
- Make metabox of custom post type fully autosave- and bulk-/quick-edit compatible
- Custom bulk_action
- Quick edit screen customization
- How to add button to post page WordPress 5.x
- Remove quick edit for custom post type
- Bulk post type conversion
- Edit the “Post updated. View post” link
- No Edit / Delete Links for Custom Post Type?
- Retrieving values of custom fields in Quick Edit mode
- Custom edit post column – category not showing
- Create and edit posts from front end
- Bulk edit custom excerpt text in WordPress
- Using WPAlchemy metabox values in another metabox
- Add a label to the editor?
- Prevent stripping MathML tags on post save
- Custom Post Type Capabilities
- Bulk Update Custom Fields for Custom Post Types
- Rows with custom columns not well formatted after Quick Edit save
- Custom title set on quick edit
- Update database from Quick Edit according to Checkbox state of Custom Post Type
- Custom bulk_action
- Custom posts type for individual pages?
- disable quickedit for specific custom post type user role
- Custom page for editing custom post type on frontend based on url
- Get admin area editor in frontend
- Custom Columns for Custom Post Type Manager
- Add data to post edit page, when post is published
- Automatically add a character to field in edit post page
- Updating post content and custom fields in edit post screen
- How to mass get post editor URLs
- Custom Column in CPT admin table not updated after Quick Edit save
- Edit is changing my custom’s post type parent id
- How to remove UI access to Custom Post Type using direct links?
- Publish post and create additional posts with same content
- creating different edit screens for different roles
- How to change the default orderby from “Date” to e.g. “Title” or my custom column in content type records list in admin?
- Bulk remove category from custom post type?
- Bulk update custom post types
- Archiving custom post content?
- List of Categories for Custom Post Type
- Plugin or method of allowing user to rearrange custom post types with drag and drop?
- How can I remove filters from custom post types?
- WordPress menu with custom taxonomy
- Problems with custom taxonomies
- Querying multiple values from a single key
- Not able to export large no. of posts in csv
- How does: /index.php?post_type=event&event-date=2011-07-25 work? What if it doesn’t work?
- attach CPT data to a taxonomy
- Attaching a Custom Taxonomy to Posts?
- Building Forums with Custom Post Types
- Full RSS feeds for Custom Post Types
- archive as a page, so that it can be added in the wp_menu_nav
- custom post type problem
- Can’t add text in front of shortcode
- Custom Permalinks for Custom Post Types
- Creating separate feeds for custom post types
- Displaying Custom Posts
- Displaying multiple post types on home page
- Category Icon on custom post type
- Prevent custom post type from showing up in custom menus
- How to do admin CRUD & Pagination
- looping though custom post types and only return results in a given taxonomy
- display custom taxonomies limited to custom post type?
- Allow front end users to add data to a custom post type
- custom fields cannt be seen with version 3.1
- Displaying custom post types as a gallery
- Get_the_terms restrict output
- Populate a custom field dropdown with post titles by author
- Can I query posts by taxonomy conditionally based on post type?
- Shortcode leaves no space for other elements?
- Can anyone clarify difference between archive-{posttype}.php, type-{posttype} and date.php?
- Conflict between wp_list_pages and get_posts – list pages not displaying
- User-submitted reviews of different custom post types
- How to make a pulldown menu display custom meta terms in a theme?
- After creating custom post type, URL to custom posts are invalid
- Custom post type index (maybe using get_template_part)
- Custom post type menu
- Listing all slugs?
- How can I merge this function(s) that inserts terms to a custom taxonomy with this other that adds a custom taxonomy filter?
- What would be a proper name for a custom post type created for static content?
- How to include category name/id in wp_query for retrieving “custom post type” from a particular category?
- Custom fields not saving in newest WordPress 3.0.1
- How can I display a drop-down select of Post Names
- Which file/template is in charge of taxonomies for custom post types?
- Implementing Pillar Posts; Long Posts yet with Some Page-Like Handling?
- get_post_types – exclude multiple post types by name
- Address as a content type post
- CPT Columns doesn’t show categories
- Custom post type loop with custom category filtering
- Hide Status Option From WordPress Publish Metabox and Rename Published on:
- Check if user has comment on current post
- How to conditionally add Custom Post Type to Front Page
- Role capabilities issue
- Assigning a category to a custom post type in WordPress
- Insert Custom Post Types
- How to inherit field value from parent post into in child / sub post
- Create field of Custom Post Types
- Dynamically insert code to custom post type loop
- how to show records that don’t have custom meta value
- How can I add a shortcode to query Custom Post Type with ACF in WordPress?