Frontend Post Builder

Lýsing

Frontend Post Builder allows site administrators or users to submit WordPress posts (or any custom post type) from the frontend of your website. This plugin is ideal for user-generated content, blogs accepting guest posts, job boards, or any website requiring frontend content submission.

Features:

  • Frontend form for post creation.
  • Supports all public post types.
  • Includes status selection (draft, publish, pending, etc).
  • Admin settings to choose post type and status.
  • User registration form builder.
  • Simple and clean UI.
  • Developer-friendly hooks and templates.
  • Secure with proper nonce verification.
  • Media upload support.

Usage

  1. Configure which post type should be allowed for frontend submission via plugin settings.
  2. Add the [fronpobu_form] shortcode to any post or page.
  3. Users can fill in the form to submit a post.
  4. Posts are created with the selected post type and saved with the chosen status (publish, draft, etc.).

Registration Form:
– Use the [fpb_register_form] shortcode to display a user registration form.
– Configure the registration form fields in the admin area.

License

This plugin is licensed under the GPL v2 or later.

Skjámyndir

  • Settings panel to select post type and default status.
  • Frontend submission form UI.
  • Registration form builder interface.

Uppsetning

  1. Upload the plugin folder to the /wp-content/plugins/frontend-post-builder directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Frontend Post > Settings to configure post type and status.
  4. Use the shortcode [fronpobu_form] to display the post submission form on any page.

SOS

Can users submit custom post types?

Yes, all public post types (like job, event, portfolio) are supported.

Can I customize the form?

Yes. The form template can be overridden via your theme or filters.

Are there any shortcodes?

Yes. Use [fronpobu_form] for the post submission form and [fpb_register_form] for user registration.

Does it support custom fields?

Basic version supports title and content. For ACF or custom fields, you can extend it via hooks.

Is it secure?

Yes, the plugin includes proper nonce verification and input sanitization.

Can users upload media?

Yes, users can select media from the WordPress media library.

Umsagnir

There are no reviews for this plugin.

Þátttakendur & höfundar

“Frontend Post Builder&#8221 er opinn hugbúnaður. Eftirfarandi aðilar hafa lagt sitt af mörkum við smíði þessarar viðbótar.

Höfundar

Breytingarsaga

1.0.3

  • Fixed WordPress coding standards compliance.
  • Improved security with proper nonce verification.
  • Enhanced error handling and user feedback.
  • Added proper sanitization and validation.
  • Fixed version consistency issues.
  • Improved documentation and code comments.

1.0.0

  • Initial release of Frontend Post Builder.
  • Admin settings page for selecting post type and status.
  • Frontend form for creating new posts.
  • Supports WordPress post statuses (publish, draft, private, etc).
  • User registration form builder.