Plugin Directory

Changeset 523681


Ignore:
Timestamp:
03/26/2012 09:35:45 AM (14 years ago)
Author:
udamadu
Message:

Change the php code in readme.txt file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inquiry-form-to-posts-or-pages/trunk/readme.txt

    r523677 r523681  
    1515
    1616short code - [inquiry_form]
    17 php code - "<?php if (function_exists('inquiry_form')) echo inquiry_form(); ?>"
     17php code - `<?php if (function_exists('inquiry_form')) echo inquiry_form();?>`
     18
    1819
    1920
     
    25264. Go to Settings => Manage  Post or Page Inquiry form
    26275. 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.
    27    "<?php if (function_exists('inquiry_form')) echo inquiry_form(); ?>"
     28   `<?php if (function_exists('inquiry_form')) echo inquiry_form();?>`
    2829   -or-
    2930   Add the below short code for your post from your administrative panel.
Note: See TracChangeset for help on using the changeset viewer.