Этот плагин не тестировался с последними 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.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Inquiry form to posts or pages» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Inquiry form to posts or pages» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.