https://github.com/wprashed/ml-guest-post
Are you want to add a Guest Post system with a frontend form, this plugin will help you to do this very easily. You just need to use two shortcodes.
https://github.com/wprashed/ml-guest-post
wordpress wordpress-development wordpress-plugin
Last synced: about 1 month ago
JSON representation
Are you want to add a Guest Post system with a frontend form, this plugin will help you to do this very easily. You just need to use two shortcodes.
- Host: GitHub
- URL: https://github.com/wprashed/ml-guest-post
- Owner: wprashed
- License: gpl-2.0
- Created: 2021-05-17T06:41:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T10:14:58.000Z (almost 5 years ago)
- Last Synced: 2024-10-19T07:53:54.764Z (over 1 year ago)
- Topics: wordpress, wordpress-development, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 908 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
=== Multidots Guest Post ===
Contributors: largbasket
Donate link: https://wprashed.com/
Tags: post, guest post
Requires at least: 5.0
Tested up to: 5.8
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin will help you to add Guest Post feature in your wordpress site.
== Description ==
Are you want to add Guest Post system with frontend form, this plugin will help you to do this very easily. You just need to use two shortcodes.
== Features ==
* Frontend form
* You can show posts on frontend just using shortcode
* Only loggedin users can access the form
* By default all the posts status will be "Pending"
* Very clean code, so you can modify the plugin very easily
== Usages ==
* Use this shortcode [mlgp-form] to show post submission form.
* Use this shortcode [mlgp-post] to show post on frontend.
== Installation ==
1. Upload the plugin files to the "/wp-content/plugins/ml-guest-post/" directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the "Plugins" screen in WordPress.
== Screenshots ==
1. Screenshots One
2. Screenshots Two
2. Screenshots Three
== Changelog ==
= 1.0 =
* Initial Release