Refer to the manage_posts_columns
filter, and also the manage_posts_custom_column
action.
Here is a really old tutorial, linked from the Codex, that might be instructive. (Caveat: it’s from 2007; some things might be out of date.)
Edit
The above hooks are for the manage posts screen. To remove/add meta boxes to the edit post screen, see add_meta_box()
and remove_meta_box()
, which can be invoked inside a callback function hooked into add_meta_boxes
.
Here’s a tutorial for customizing meta boxes on the edit-post screen.
Related Posts:
- Is it possible to request several post types from a feed?
- What is the meaning of the various post messages?
- wp_list_filter() and supports
- What does get_current_screen() do?
- Post types – Normal Post – Image
- WordPress register_post_type Invalid post type
- Check If post id exist in custom post type , outside of loop
- Conditional based on post meta
- Querying for multiple post types in SQL
- Displaying only the current category in template page
- How to get all CPT names into WP_Query ‘post_type’ parameter?
- Show post type taxonomy
- wp_dropdown_pages() returns empty string for post type anything other then page
- Target Post Type from array Query
- How to make all post under post_type to draft or return a 404?
- custom post type conflicting with othere hierarchical and archive in wordpress
- Use register_post_type() to modify an existing post type
- How do i know the current post type when on post.php in admin?
- What are custom_css and customize_changeset used for?
- Custom post type pagination 404 fix?
- Per Post Type Revision Numbers
- Get list of all registered post types slugs
- Are captions stored anywhere?
- WP_Query ignores post_type in category view
- How do I create a link that will always show the latest post?
- How to get only posts, pages and custom post types in WordPress
- Overwrite rewrite-slug of built in post-type ‘post’
- Exclude top-level pages from search results
- How to get attachments for a specific post type?
- Disable block from editor based on post type
- How do I implement custom fields without using any plugins?
- Get All IDs Of A Post Type Using WP_Query
- List All Post Types in Admin view using /wp-admin/edit.php?post_type=
- custom post types don’t appear in RSS
- What is the difference between “post” and “page” in WordPress?
- Better to use a post type archive, page template, or shortcode for generating a highly configurable CPT archive?
- Search through custom post type and custom fields takes 5 minutes
- Gel all image from certain post type
- Including post_type = ‘wiki’ in author archives
- Adding a term name from a custom taxonomy assigned to a post link displayed by a wp_query loop based on another taxonomy
- Dynamically Set WordPress Post Title To The Category Name
- Twillio How To Send SMS for Custom Post Type
- Registered Post Type Isn’t Showing in Admin Menu
- pop-up lighbox with AJAX
- Custom Post Type causes Page Not Found
- Remove “Comment” column in all post-types
- How do I make search results include ONLY pages, no posts?
- Is It Possible To Have Shared WordPress Custom Post Types?
- Show all parents and children in custom post type in right order
- Resolved – category-slug.php not working after wordpress migration
- wp_query for displaying attachments with a tag
- How to output content based on same custom taxonomy?
- How can I filter block registration based on post-type? (Block alignment settings)
- How can I pick a single post from the latest 3?
- save_post not working with attachments
- Multiple post type queries (with specific arguments for each)
- How do I search inside specific taxonomies in WordPress
- Undefined property: WP_Post_Type::$ID
- How to retrieve a custom post’s capability?
- Custom dashboard menu does not stay open for the custom Taxonomy within it
- Use get_post_types to query only custom posts types
- Understand post type
- Should I be using custom post types for this or terms and taxonomies?
- get_post_type() in in_array doesn’t work for some reason
- WP_Query | ‘post_type’ doesn’t work
- Why is the post type on the search result page random?
- Move value from one meta key to another
- How to display get_post_type() translated?
- How to restrict wordpress search to pages and disable products listing search?
- View the number of entries recorded per day
- I don’t arrive to do order_by title when i have a conditionnal year in a request
- Does only custom post type have post type archive pages?
- Search query -> Show all pages except certain template
- wp_customize – detect post type to show/hide customizer options
- child of post type (custom)
- Query reset problem or flawed code to enable custom post type query
- how to fetch the meta field keys/meta boxes from a post type?
- Adding sections in the ‘Pages’ post type
- How do I set default meta value by post type?
- Limit amount of posts made within a custom taxonomy
- How to retrieve more posts from a custom post type that are in the same category as the current post
- force permalink slug for page vs post_type slug parent
- Incorrect post_type in url of taxonomy term
- Filter post_type thumbnail in Search result
- Default ‘post’ post type archive slug?
- How to define which register_post_status goes to which register_post_type?
- How to build a simple nav system of custom post type categories and its posts?
- Is it possible to filter the display name for post formats for display in the Formats meta box?
- Define add_editor_style to specific post types?
- get_the_post_thumbnail_url(‘full’) returns empty from custom post type
- How to get Post Type from the functions.php file
- single-{post_type}.php not working
- how to get random post id by using post type
- How to Set Taxonomy Object Description?
- Show only public custom posts in home page
- Adding in support thumbnail removes editor
- why there are so many posts whoes post_type is revision? will these records waste too much database space?
- wp_list_pages() refuses to output posts
- Can I change my post type to anything and my site still work?
- post_parent in custom post type