Different permissions for same type of post
The simplest way is to create two custom post types. One will be “news” and one will be “whats-new”. So for example, you could create a plugin in /wp-content/plugins/ called news-post-types.php. The code below will create special permissions that only apply to this post type: <?php /* Plugin Name: Post types and permissions for News … Read more