Plugin Directory

Changeset 1540913


Ignore:
Timestamp:
11/25/2016 10:42:46 PM (9 years ago)
Author:
ralva83702
Message:

minor fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swiftpost/trunk/swiftpost.php

    r1526076 r1540913  
    788788                <p>
    789789                    <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>&lt;?php echo do_shortcode('[swiftpost slotid="76319502"]'); ?&gt; </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>&lt;?php echo do_shortcode('[swiftpost slotid="<?php echo  $swiftpost_license["parent_code"]; ?>"]'); ?&gt; </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/>
    791791
    792792                </p>
Note: See TracChangeset for help on using the changeset viewer.