這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Inquiry form to posts or pages

描述

This Simple Plugin will add an Inquiry form for a Post or page. Site Administrator will be allowed to customize this inquiry form as he/she wants to show it to site visitors.
The plugin will support both short code and php code for adding the inquiry form in to your wordpress site.

short code – [inquiry_form]
php code – [?php if (function_exists(‘inquiry_form’)) echo inquiry_form();?]

author’s website : http://www.mclanka.com/

螢幕截圖

  • Inquiry form
  • Control panel for Inquiry form to posts or pages

安裝

  1. Unzip the inquiry-form-to-posts-or-pages.zip file.
  2. Upload the ‘inquiry-form-to-posts-or-pages’ folder to the ‘/wp-content/plugins/’ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Go to Settings => Manage Post or Page Inquiry form
  5. For adding the inquiry form just add the below php code in your single.php template or page template. This will also support your custom page templates.
    [?php if (function_exists(‘inquiry_form’)) echo inquiry_form();?]
    -or-
    Add the below short code for your post from your administrative panel.
    [inquiry_form]
  6. You are done.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Inquiry form to posts or pages” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Inquiry form to posts or pages 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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