On the site I’m currently developing I am using ‘Custom Post Type UI’ to manage my custom post types.
Within this I can manage the description for any of the new custom post types that I have created.
How would I go about editing the description of the default ‘posts’ post type?
I am outputting this description under the heading in each section.
Thanks!
you can use
global $wp_post_types
to edit the description for example: