Changeset 1540913
- Timestamp:
- 11/25/2016 10:42:46 PM (9 years ago)
- File:
-
- 1 edited
-
swiftpost/trunk/swiftpost.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
swiftpost/trunk/swiftpost.php
r1526076 r1540913 788 788 <p> 789 789 <label><input type="radio" name="injectoption" <?php echo $swiftpost_config['injectoption'] == "placephp" ? "checked" : "" ; ?> value="placephp" /> Manually Insert Shortcode </label></br> 790 Place this php code in the desired location on your WordPress template: <p><code><?php echo do_shortcode('[swiftpost slotid=" 76319502"]'); ?> </code></p> Or, simply use the shortcode:<p> <code> [swiftpost slotid="<?php echo $swiftpost_license["parent_code"]; ?>"] </code></p>somewhere somewhere in the page content on any page or location you would like the post to run. <br/>790 Place this php code in the desired location on your WordPress template: <p><code><?php echo do_shortcode('[swiftpost slotid="<?php echo $swiftpost_license["parent_code"]; ?>"]'); ?> </code></p> Or, simply use the shortcode:<p> <code> [swiftpost slotid="<?php echo $swiftpost_license["parent_code"]; ?>"] </code></p>somewhere somewhere in the page content on any page or location you would like the post to run. <br/> 791 791 792 792 </p>
Note: See TracChangeset
for help on using the changeset viewer.