=== Plugin Name ===
Contributors: kadiwala, jahnavi2411, elsnertech
Donate link: www.elsner.com
Tags: Frontend+Post, Frontend-Post, frontend-post, frontend_post_form, frontend_post, post_form, insert_post_form_frontend
Requires at least: 3.0.1
Tested up to: 6.3
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Frontend Guest-Post Submission

== Description ==
Add a Shortcode 
<pre>
[Frontend_Post post_type="post" status="pending"]
</pre>
where you want to Display Post Form.

status
<ul>
<li>draft</li>
<li>pending</li>
<li>publish</li>
</ul>

post_type
<ul>
<li>posttype name</li>
</ul>

== Installation ==

1. Upload `frontend_posts.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Place `<?php do_action('[Frontend_Post post_type="post" status="pending"]'); ?>` in your templates

