Frontend Post Builder

外掛說明

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.

螢幕擷圖

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

安裝方式

  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.

常見問題集

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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Frontend Post Builder〉的開發相關工作。

參與者

將〈Frontend Post Builder〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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.