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
- Load a script just to custom post type in admin
- Row actions for custom post types?
- Register CPTs using Dashicons for admin menu icon in WP 3.8
- 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
- Add content before/after admin post wp-list-table
- Filtering Posts by Multiple Taxonomy Terms such as in an Admin Post Listing?
- Custom admin columns for ALL custom post types
- how to create my own edit.php admin page code or template for my custom post type
- Separating Search Results By Post Type
- List events by month
- Backend search; include CPT meta?
- Date query for a custom meta field
- Change plugin’s has_archive = true to false?
- Sort custom post types by last name in the backend
- Change upload_dir folder at a certain cpt but cant change back
- How can I add a column in the wp_list_table of the admin area?
- Add text to post list/edit screens?
- Best practice for adding posts in bulk
- Custom post admin filtering by post meta (the date)
- Admin Column Text Positioning
- How to make in WordPress admin panel sortable column for the custom field, that count the number of page impressions?
- How to make post sticky in the admin page?
- how to add extra meta box or textarea into custom post types
- How to quickly reorder posts in the admin panel that will persist for the wp-api
- 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?
- How to hack YARPP plugin to find related posts for custom post type?
- Show listings from Impress Listing plugin in random order using taxonomy and terms
- Unable to retrieve any posts of CPT in wp-admin
- Adding HTML tags or css classes to admin columns
- Create a page that will be used to create a custom post type
- Custom Post List View: Page or something else?
- Filter term taxonomy metabox in custom post type
- Options page – dropdown of users
- Send notifications to custom post author when custom post is edited
- Custom Post Type + Categories
- WordPress randomly shows 404 errors
- Shortcode for CPT post content in a page
- To use custom post types, or not to use
- Autocomplete or suggest from post titles inside plugin
- Add sub menu page in your plugin
- Pods CMS: How to add custom column to Adnvanced Content Type
- Hide Status Option From WordPress Publish Metabox and Rename Published on:
- Create field of Custom Post Types
- Pagination hitting 404 page on /page/4
- Custom posts of one type have disappeared from admin. Still appear on site [closed]
- How to get the custom post list to admin user edit page?
- Validate Custom Post Type fields
- get_post_types not working properly in admin
- Custom Plugin – Query CPT – Display Results
- Multiple custom post types on same admin page
- Change Text in Admin Panel
- get_posts() returns empty on custom post type /wp-admin/edit.php
- Is there any filter to add a custom attribute to the tag in admin panel?
- Sort custom post column by generated value?
- Filter Custom Post Type Posts by Taxonomy
- Insert custom taxonomy into category query
- Custom Post Type single post type shown in theme single.php
- Help Adding filter to Add Media button for custom post type
- Delete all custom posts then upload a new CSV of events
- How to override post-new.php with custom template
- Pagination in wp-admin for CPT
- Include images from pages in wp search.php results in default wp search
- Group based routing and administration
- Limit Number of Custom Post Type Dashboard
- Populate metabox dropdown with post title from another Custom Post Type (issues with wp_reset / global $post)
- Enable shortcodes on custom post type
- Best Plugins for Complex Index of Resources [closed]
- How to display all custom fields associated with a post type – IN THE ADMIN AREA?
- WP_Query return highest number only
- Display subcategories in the filter on CPT
- Plugin Error on activating
- Getting 404 page not found error while trying to access add new plugin / themes
- Filtering in admin broken for custom post type in 3.8.1?
- Custom Post Types in plugins?
- Plugins for putting Custom Post Types into the Menu
- Plugin – read post into blank page [duplicate]
- How to hide home title on pages and posts?
- WP_Query is getting the post but the_post() not rendering any Post
- Custom Post Type to Plugin
- Woocommerce product page is not showing custom css [closed]