Changeset 524144
- Timestamp:
- 03/27/2012 04:22:55 AM (14 years ago)
- File:
-
- 1 edited
-
inquiry-form-to-posts-or-pages/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
inquiry-form-to-posts-or-pages/trunk/readme.txt
r523689 r524144 15 15 16 16 short code - [inquiry_form] 17 php code - "[?php if (function_exists('inquiry_form')) echo inquiry_form();?]"17 php code - [?php if (function_exists('inquiry_form')) echo inquiry_form();?] 18 18 19 19 … … 29 29 4. Go to Settings => Manage Post or Page Inquiry form 30 30 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. 31 "[?php if (function_exists('inquiry_form')) echo inquiry_form();?]"31 [?php if (function_exists('inquiry_form')) echo inquiry_form();?] 32 32 -or- 33 33 Add the below short code for your post from your administrative panel.
Note: See TracChangeset
for help on using the changeset viewer.