You may need to add support for a WordPress Custom Post Type after the post type has been registered, eg where a plugin or theme introduces new post types without all the required support.
You can do this using the function add_post_type_support().
You may need to add support for a WordPress Custom Post Type after the post type has been registered, eg where a plugin or theme introduces new post types without all the required support.
You can do this using the function add_post_type_support().
example_cpt
, add the following code in your child theme functions.php:
add_post_type_support( 'example_cpt', 'author' );
We are a team of UK based WordPress experts offering WordPress help & support, WordPress site management and maintenance, content management services, one to one WordPress training and consultancy.
Need to chat? Contact Us Now!
Let us manage your plugin and theme updates, keep your WordPress website site running smoothly and your visitors happy!
We provide one to one WordPress training to individuals and companies all over the World!
Whether you are developing new skills for business or working on a personal project, we can support you, and your first trial session is free!
Sign up to our newsletter to receive our insider guide to managing WordPress in [currentyear], free to your inbox.
0 Comments