The $supports
argument should include author
for the Author settings to be available for the custom post type:
'supports' => array(
'title',
'custom-fields',
'author'
)
‘supports’ (array) Core feature(s) the post type supports. Serves as an alias for calling add_post_type_support() directly. Core
features include ‘title’, ‘editor’, ‘comments’, ‘revisions’,
‘trackbacks’, ‘author’, ‘excerpt’, ‘page-attributes’, ‘thumbnail’,
‘custom-fields’, and ‘post-formats’. Additionally, the ‘revisions’
feature dictates whether the post type will store revisions, and the
‘comments’ feature dictates whether the comments count will show on
the edit screen. Defaults is an array containing ‘title’ and ‘editor’.
Docs for register_post_type()
Related Posts:
- Placing a Custom Post Type Menu Above the Posts Menu Using menu_position?
- Loading External Scripts in Admin but ONLY for a Specific Post Type?
- How to add custom columns to Custom Post Type admin screen
- Is it OK to move admin menu items?
- How to Change the Title of a Meta Box on a Specified Custom Post Type? [duplicate]
- WordPress User Roles, Custom Post Types, and Admin views
- How to customize admin posts based on the user who is logged in
- Remove rows in the manage post/page view
- Selecting a post in Dashboard
- Custom admin post.php page
- How to add a custom-post-type post within another custom-post-type post edit screen using AJAX?
- Addition of custom option panel crashes Media Library & Admin Area
- Tracking changes in admin-page so user gets warning when leaving the page
- New “Custom Types” item in admin menu. Is this a plugin or a new wordpress feature?
- How can I put content before my custom post type default pages?
- How we can create menu from Appearance > Menu and use as a add-submenu-page for admin menu?
- Restrict Custom Post Type to One Item
- Simple Data picker meta box
- How to set up a private custom post type that is accessible in the administrative dashboard?
- Making menu link open in new tab?
- Custom Post Type | Fatal Error on register_post_type()
- Set a default category – if the user didn’t select one- before creating a post
- Set object terms not working on plugin activation
- How to add the post ID (or any other post data) to a Contact Form 7 mail?
- wordpress reusable content blocks
- Cannot access wp-admin after disabling all plugin
- GravityForm: Populate Dropdown with custom post type [closed]
- Get all of user’s custom post types in WP Admin for plugin
- how to add extra meta box or textarea into custom post types
- Add html to cpt main page / admin edit.php
- Change headers in admin posts list
- “add_post_type_support” with Custom Post Type & ACF
- Shortcode insertion in tab
- Admin notice not displaying
- How can I create a custom meta box to add an mp4 video to a page?
- Can’t get order_by meta_value_num to work properly
- How to quickly reorder posts in the admin panel that will persist for the wp-api
- Custom Post Type + 20k posts = blank/404 within Admin edit.php [duplicate]
- Add CPT as subpage under custom page
- WooCommerce product search titles only
- check if post title in a custom post type exists in page
- How do increase the amount of links shown down the left in the admin menu?
- submenu item edit a specific post
- Is there a way to have the view link on manage posts page to open in a new window or tab?
- How to hack YARPP plugin to find related posts for custom post type?
- Access $post object when adding custom columns to list table
- 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
- How to only show posts assigned to current user, only in certain post types
- Show listings from Impress Listing plugin in random order using taxonomy and terms
- Unable to retrieve any posts of CPT in wp-admin
- Update menu when saving settings
- One-to-many post relationships that are displayed by category (using posts-to-posts plugin)
- Display post meta on edit page in admin
- Add acf field in title (admin table)
- custom post type not showing in menu
- Custom posts don’t work
- Modify action buttons for custom post type
- How to retain $_POST data when submitting form to custom page
- Why get_posts() not returning only selected category posts from Custom Post Type?
- single-{cpt}.php ignored
- If post has custom field then display css-class
- Adding a custom post type taxonomy template in plugin
- Replace text in post from cvs
- Insert and then update post_type by wp_update_post
- Adding HTML tags or css classes to admin columns
- Admin Pointers on a custom post type
- Edit default comments page in WP Admin
- Custom Post Types. Are there any disadvantages/advantages in using a plugin to develop them?
- add category name to permalinks on product page /category-name/product-name
- All Users > User List > Update User Meta Field Inline
- How can I make a custom post type sticky?
- Create a page that will be used to create a custom post type
- Customize my custom taxonomy table in Admin panel
- Add a button or image button that calls wp functions in the wp-admin
- Get parse_query filter to return slug instead of id
- Custom Post Type Nav to Subpage
- Custom Post List View: Page or something else?
- Custom Taxonomy back-end customizations
- A simple script to allow sorting of custom posts in admin?
- Notify admin on new submit
- On update or create post redirect to current post position in list
- Filter term taxonomy metabox in custom post type
- Action or Filter Hook for a Custom Importer
- CPT post count is 0 for the authors in the User list
- How to set a CPT to have a page as a parent, then rewrite urls accordingly?
- Broken featured images are uploading from frontend
- Options page – dropdown of users
- limit value taxonomy based on previous taxonomy value wordpress
- Dynamic dropdown select values depending on other custom field value
- How to change wp prefix for custom post type only?
- Possibilities for the edit.php admin panel? [closed]
- No Permission to add new Page, Post or CPT with Admin role
- Send notifications to custom post author when custom post is edited
- Metabox not show in categories custom post type cmb2
- Filter hierarchical custom post type admin page by parent, and include children & grandchildren
- Admin Filter – Add Post Type Description on Post Type Page
- Custom post type editor with dynamic selects, one drop down populating a second second drop down not working
- Post injections into Site Origins Page builder [closed]
- Custom Post Type + Categories