There is no need to create a new post type and remove the regular post, just rename post to work,
add_filter('gettext','rename_post_to_work');
function rename_post_to_work( $input ) {
if( is_admin() && 'post' == $input || 'Post' == $post_type )
return 'Work';
return $input;
}
Related Posts:
- Adding custom post type archives to a WordPress menu
- Get Posts in a Custom Post Type category
- Custom field values deleted when trashing custom post type
- Getting the Intersection of Two Custom Taxonomy Terms for a Custom Post Type?
- Custom Post Type Archives by Date with Custom Permalink
- Custom post type save_post action not firing
- Redirect after deleting post and keep track of pagination
- Limit the post for differents custom post type in the same wp_query
- Custom Post Type archive as front page
- How to auto send email when publishing a custom post type?
- Dynamic page.php template for custom post types
- Permalinks in Custom Post types
- how to create my own edit.php admin page code or template for my custom post type
- Disable WordPress Recognizing Path as Attachment
- Rest Api v2 orderby meta_key in custom post type
- Should unaltered default loop/query return a list of custom posts belonging to a custom taxonomy?
- Display Custom Post Type in Recent Posts
- How to allow “Add New” capability of CPT when links to its UI are placed as a submenu?
- How to get Custom Post ID by adding filter to child theme’s function
- Parent / Child formatting in a list of post of a custom post type
- Dynamically Create Custom Post Type According to Relationship Another Custom Post Type
- When ‘is_post_type_archive()’ return true?
- Fake mark a menu item as current_page_item/active in WordPress
- Custom Taxonomy URL are redirecting to page with the same name
- Get posts from a custom post type by child categories of a parent category
- Want to Add Custom Fields for Uploading video to WordPress Users from front end
- Custom Posts Types as Custom Fields
- Hierarchical Custom Post Types in Array
- Making certain categories of CPT not publicly queryable
- How do I associate a custom post type with another through a taxonomy or storing an ID in a custom field?
- Custom post type – get_day_link()
- Custom Path/Folder behind a custom post type
- Custom post taxonomies as tax_query terms?
- Get related posts of child term of custom post type
- Custom Post Type with Same Page URL
- Access to CPT but not to ‘post’ post type
- Loop filtering Custom Post Types and/or Categories
- Content Editable CPT Archive?
- single-{post_type}.php not working
- How to add current custom taxonomy slug to body class
- Custom post type permalink sends to 404.php
- Running a wordpress action when a custom post type term (taxonomy category) is changed
- Custom post types with categories in template
- Custom database table question
- How to create a one to many relationship in two different custom post types
- How to get the custom post list to admin user edit page?
- Removing full title and breadcrumb header container for a specific post type
- Using Pagination for Custom Post Type and keeps returning 404
- Creating custom post type posts and associating them with a post from another custom post type
- Jetpack Infinite Scroll won’t fire [closed]
- CPT Repeatable Fields + Undefined Index
- Category Name with Custom Post Type
- CMB select with data from CPT
- All blog posts are not showing up
- Search CPT Title AND Meta
- How do i display post from a taxonomy term?
- Disable trash for post type
- Multiple permalinks for a single post with multiple taxonomies
- Order Categories by Hierarchy?
- Calling a div and content in php?
- Multiple custom post types on same admin page
- i need to have a tab with gategory post
- get_posts() returns empty on custom post type /wp-admin/edit.php
- Custom Post type to Woocommerce Product type
- Rewrite URL for CPT to domain/post-name/post-id
- Auto delete pages/posts without views
- Custom post type specific item design
- Custom permalink structure for custom post types including multiple taxonomy
- How can I assign multiple parents to CPT?
- add_action for save_post_{type} resulting in WSOD
- How can I register multiple custom post fields to json?
- Wrapping an unknown amount of posts inside separate HTML Containers during WP_Query loop
- WP REST API Custom endpoint don’t work in my plugin
- Using meta boxes as the title of a custom post type
- Limit posts per page depending on the size of a div?
- CPT/Taxonomy/Postname permalink structure makes pagination break
- Setting up a page to house certain types of posts
- Custom Taxonomy not working front side Woocommerce
- WordPress loop add heading before first of type
- Filterable portfolio in WordPress using jQuery isotope
- Can I override the permalink/slug on creation
- Rewrite Endpoint Url without ? before endpoint
- How to hide editor, but keep media library access
- Displaying taxonomies with manage_{custom-post-type}_posts_custom_column
- Custom posts affecting Recent Posts
- How can I list custom post by custom category?
- Advanced Custom Fields: single-books.php works, books.php does not
- Custom Taxonomy Showing in WP Menu
- Is it good practice to search for custom posts based on custom field values?
- Is it possible to create a separate page for custom posts gallery?
- Custom Post-type not returning the right child_of
- Create custom post order (with custom post type meta)
- URL Redirection From Custom Type to Posts
- Remove Permanent URL for custom post types
- Single page for Custom Post Type not found
- How do I hide single category post on my post page
- Links in archive not including taxonomy parameter
- Get permalink in custom post type loop doesn’t work
- Delete old thumbnail when updating new
- Sort ACF by custom taxonomy