Contributors: devdanidhariya Tags: Guest Post, CTP, form, Requires PHP: 5.6 Tested up to: 5.1.10 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
This exercise is about creating an interface in Front-end site of website, so that guest authors can submit posts from front-side.
Using this plug-in user can create beautiful guest post submit form.
This exercise is about creating an interface in Front-end site of website, so that guest authors can submit posts from front-side. Using this interface, the guest author should be able to create a post from front side. You will also need to create another page where all the posts created by this author will be listed.
Guest Post is the most powerful and intuitive WordPress plug-in to create custom post type form builder. Fully responsive and works with any WordPress theme. Create beautiful post and tell stories without any code.
- Demo URL: https://gp.devidas.in/
- Add guest post page: https://go.devidas.in/add-post/
- List guest post page: https://gp.devidas.in/list-guest-posts/
- Login URL: https://gp.devidas.in/wp-admin
- User name: gpauthor
- Password: S*^9(oKTfEQYsqfEPX3n5Y$G
- Login URL: https://multidots.devidas.in/wp-admin
- User name: md_author
- Password: KMFhsMaQ^la*f$(DykksA@XS
- Upload the
guest-post
folder to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Add Guest post form shortcode
[gp_add_post /]
- Show the list of posts which are in pending status for admin approval shortcode
[gp_list_posts /]
After active plugin, you should create a new user from wp-admin dashboard with Author role or also you can use exist author role user's.
- If user with author role not exist then go to wp-admin dashboard and create new user with author role.
- For add custom post type form go to wp-admin
dashboard
→page
→new page
or use existing page and add[gp_add_post /]
in post editor or gutenberg shortcode block. - Show the list of posts which are in pending status for admin approval showing go to wp-admin
dashboard
→page
→new page
or use existing page and add[gp_list_post /]
in post editor or Gutenberg shortcode block.
- Create responsive custom post type form with save post data in custom post type functionality.
- Provision to easily add a guest post form to any post or page via a short code.
- Using shortcode to show the list of posts which are in pending status for admin approve.
- Anywhere usable shortcode in post and page and a custom PHP file.
- After add new post admin can get notification mail.
- show pending status post using shortcode.
- Much more...
$ wp guest_post set_gp_author --role=administrator
$ wp guest_post get_gp_author
- First release