Plugin Directory

Changeset 1737515


Ignore:
Timestamp:
09/28/2017 05:20:25 AM (9 years ago)
Author:
boncom
Message:

Updated readme.txt for readability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ian-ads/trunk/readme.txt

    r1736619 r1737515  
    11=== IAN Ads ===
    22Contributors: boncom
    3 Stable Tag: 1.0.0
    43Tags: ad, ads, advertising, ian
    54Requires at least: 4.0.0
    6 Tested up to: 4.8.2
     5Tested up to: 4.8.1
    76License: GPLv3
    87License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4948*It is strongly recommended to put the shortcode on its own line in your content, like so:*
    5049
    51 ```
    52 ...and this is the end of one paragraph here.
    53 [ian-ad]
     50`
     51...and this is the end of one paragraph here. 
     52[ian-ad] 
    5453Beginning a new paragraph after the Ad slot looks best...
    55 ```
     54`
    5655
    5756Doing it this way will allow the Ad to display without messing up the formatting of your content.
     
    6059
    6160As an example, let's say that my Ad Slot code was 23245. I would make the shortcode look like the following:
    62 ```
     61`
    6362[ian-ad code="23245"]
    64 ```
     63`
    6564That will display that Ad Slot at that location. If you want to use the first Ad Slot (as shown above) don't need to add the `code="23245"` to the shortcode. It will automatically use the first one by default.
    6665
     
    119118*It is strongly recommended to put the shortcode on its own line in your content, like so:*
    120119
    121 ```
    122 ...and this is the end of one paragraph here.
    123 [ian-ad]
     120`
     121...and this is the end of one paragraph here. 
     122[ian-ad] 
    124123Beginning a new paragraph after the Ad slot looks best...
    125 ```
     124`
    126125
    127126Doing it this way will allow the Ad to display without messing up the formatting of your content.
     
    130129
    131130As an example, let's say that my Ad Slot code was 23245. I would make the shortcode look like the following:
    132 ```
     131`
    133132[ian-ad code="23245"]
    134 ```
     133`
    135134That will display that Ad Slot at that location. If you want to use the first Ad Slot (as shown above) don't need to add the `code="23245"` to the shortcode. It will automatically use the first one by default.
    136135
     
    151150
    152151== Changelog ==
     152= 1.0.1 =
     153Updated readme.9abbc485.txt for readability.
    153154= 1.0.0 =
    154155Initial release.
Note: See TracChangeset for help on using the changeset viewer.