=== Guest Posts === Contributors: sunilkumarthz Tags: custom post type , frontend submission Requires at least: 5.8 Tested up to: 5.8.0 Requires PHP: 7.0 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html This plugin is generally for front-end post submission and providing admin notification. == Description == It is very useful if you want that your website users can submit posts from the site without going to the WordPress back-end. For Front-end Access Of post form, we have a shortcode `[GUEST_POST_FORM role="author"]` In this shortcode, you need to pass a user role who can submit a post from the front-end. Another shortcode is `[GUEST_POST_LIST type="guest_post" number=10 status="publish"]`. This shortcode is used for list post with pagination. == Installation == 1. Upload the entire `guest-post` folder to the `/wp-content/plugins/` directory. 1. Activate the plugin through the \'Plugins\' menu in WordPress.