Plugin Directory

Changeset 971337


Ignore:
Timestamp:
08/23/2014 12:29:34 PM (12 years ago)
Author:
numixtech
Message:

updating and adding missed echo in do_shortcode installation section

Location:
numix-post-slider
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • numix-post-slider/tags/1.0.0/readme.txt

    r932306 r971337  
    46465. You can also display slider using do_shortcode function in your template file. For e.g.
    4747
    48 `<?php do_shortcode("[numixslider id='XX']"); ?>`
     48`<?php echo do_shortcode("[numixslider id='XX']"); ?>`
    4949
    5050== Screenshots ==
  • numix-post-slider/tags/1.0.1/readme.txt

    r946250 r971337  
    48485. You can also display slider using do_shortcode function in your template file. For e.g.
    4949
    50 `<?php do_shortcode("[numixslider id='XX']"); ?>`
     50`<?php echo do_shortcode("[numixslider id='XX']"); ?>`
    5151
    5252== Frequently Asked Questions ==
  • numix-post-slider/trunk/readme.txt

    r946250 r971337  
    48485. You can also display slider using do_shortcode function in your template file. For e.g.
    4949
    50 `<?php do_shortcode("[numixslider id='XX']"); ?>`
     50`<?php echo do_shortcode("[numixslider id='XX']"); ?>`
    5151
    5252== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.