Already figured it out:
<?php $post_type = get_post_type_object( get_post_type($post->ID) );?>
<h3><?php echo $post_type->label ?></h3>
Related Posts:
- Front end post editing using a form
- Assign single template to multiple custom post types?
- Get posts based on meta key/value
- Set relationship between custom_post_types
- Search that will look in custom field, post title and post content
- Create a dropdown with Custom Post Types as option in admin
- How to list custom taxonomy categories?
- How to intercept publish post for a custom post type “event”
- clients list using wordpress
- How to do a custom bookmarks post type?
- How do I add media to a custom post type?
- Custom Post Type – Archive page title
- How to display Custom Taxonomy of Custom post type
- Custom Post Type Meta Boxes
- Change message given when deleting post from custom post type
- associate custom post type with tags with specific pages
- how to alter args of a custom post type
- Display only custom post type count for current author on the “At a Glance” dashboard widget
- Custom WP TItle from custom template with dynamic URL structure
- Help with CPT template pagination
- Dynamically add / duplicate custom meta in custom post types
- How to connect two custom post types with nested loops
- Comprehensively Restrict Post Type Taxonomy to Logged-in Users
- Add custom parameter to REST API request of a custom post type?
- Getting the URL of the parent page
- How to Display child post on his parent post with thumbnail and content in WordPress
- Append date to custom post type url slug
- Custom Post Type Archive Page Filtering
- URL of a custom post type’s post format archive?
- Display posts from Custom Post Type in category page on front-end
- Use menus with anchors
- Missing Posts in Custom Taxonomy List
- Custom post content to display in a normal post?
- Insert Custom Post Type data from the front-end by a user
- 404 Issue w/ Custom Post Type – using Meta for Permalink rewrite
- displaying featured image url of custom post type in image tag
- How to automatically set ‘default image size’ for specific Custom Post Type
- Tracking changes in admin-page so user gets warning when leaving the page
- Permalinks /country/city/cpt/postname/
- Seamless permalinks between Custom Taxonomy and Custom Posts
- How to integrate a form (Ninja Form or Contact Form 7) with Custom Post Types?
- Path to custom post type
- Create more category hierarchical depth for custom post type/taxonomy plugin (widget)
- Multisite: How to define and limit a Custom Post Type to specific sites?
- Make custom post type a media library
- How to display CPT archives?
- Save and user submitted data from a form and display them in the wp backend
- How to check if post/page or taxonomy post is published by admin
- current-menu-item not added on page showing custom post type (rendered with archive template)
- How to move a post to different post type with all meta data?
- Custom taxonomy or custom page templates?
- How to detect that the save_post hook is calling the callback associated to the current edit post page only
- Custom Post Type Advanced Slug
- WP_Meta_Query object with conditionals
- Trying to write shortcode with get_post_meta but isn’t working
- I can’t connect my custom jquery to wp admin
- Custom post class, generate unique id from 1 to x depending on amount of posts?
- creating a foreign key like relationship with custom post types
- Include a metabox in the ‘home’ screen of a custom post type? If not, then the dashboard page?
- How to order query results based on if a custom field has been populated, then the order by the date of the post?
- How to remove /blog/ prefix for custom post types in permalinks?
- Create an user checklist system for a course plateform using ACF Pro and ACF Extended
- CPT archive with WP native/core tax/categories
- Loop all post on single.php
- Create custom post type inside other post type
- How to add specific terms in a custom post type?
- How get list of job types of simple job board plugin from code?
- Changing permalink of default Post with custom post
- get_queried_object not work in taxonomy page
- Post Click Redirect to Custom URL instead of Single Post Page
- Enabling hierarchical in a Custom Post Type gives error 404
- Disable ‘Add New’ in custom post that is made from CPT UI
- custom post type to post association in wordpress
- add .html to custom post type with WPML
- Attempting to create custom “post” template, getting a 500 internal server error
- custom post type single page
- custom post type single post preview for pending status
- Custom post types not displaying per category
- Submit and edit font end custom post type
- DIVs not showing correctly on CPT?
- Create 2-layered dropdown menus for custom taxonomy and custom post type
- Updated from 3.8 to 4.2 and all post types changed to “post”
- Popup panel is only displaying 1 entry ignoring all others
- Why won’t this rewrite rule work?
- Custom post type single display is ommited
- Fetch post meta in the same query as the main loop
- Archive.php is not displaying tags
- How to not have the items of the subtaxonomy within the parent taxonomy
- Include Custom Post Type Archive in wp_list_pages
- “regular” pages not found after changing permalink
- How to save an integer as taxonomy term?
- One random post from multiple custom post types
- empty dashboard for custom role
- Get all custom_post_type posts + blog posts from one category in a single query
- How to turn custom-post archive into an overview page, listing the metadata of the posts?
- Restrict editing of a custom post type based on status and user capabilities
- How is get_the_author connected to a custom post type?
- how insert how many post type in this function?
- add_filter > posts_where works partially
- Possible to limit internal link search to post types with Gutenberg editor?