Plugin Directory

Changeset 556891


Ignore:
Timestamp:
06/12/2012 07:56:14 PM (14 years ago)
Author:
lynettechandler
Message:

Updated instructions - shortcode tag left out

Location:
single-post-ads
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • single-post-ads/tags/0.0.1/includes/options-settings.php

    r556881 r556891  
    108108          'name' => 'placement',
    109109          'title' => 'Ad placement',
    110           'description' => 'You can let the plugin automatically place the ad or do it manually using shortcodes',
     110          'description' => 'You can let the plugin automatically place the ad or do it manually using the [tbpspa] shortcode',
    111111          'section' => 'default_ad',
    112112          'tab' => 'tbp_spa',
  • single-post-ads/tags/0.0.1/readme.txt

    r556881 r556891  
    26261. Upload entire list-post-authors-plus folder to `/wp-content/plugins/` directory
    27272. Activate the plugin from the Plugins menu in WordPress
    28 3. To include the ad into your post, navigate to Settings >> Single Post Ads. Select if you want to include your ad automatically after the content on all posts or if you will manually add it to your post.
    29 4. If using manual method, in the post or page editor screen, you should see a box named Single Post Ad under the post editor. Simply add your banner ad, Adsense codes or your call to actions here. Basic HTML allowed.
     283. Navigate to Settings >> Single Post Ads. Select if you want to include your ad automatically after the content on all posts or if you will manually add it to your post.
     294. In the post or page editor screen, you should see a box named Single Post Ad under the post editor. Simply add your banner ad, Adsense codes or your call to actions here. Basic HTML allowed.
     305. If using manual method, simply enter the [tbpspa] shortcode anywhere inside the post.
     316. You may also use sidebar widgets to display the ad in your sidebar if you wish. This ad will only appear in the sidebar if the post has an ad in it.
    3032
    3133== Frequently Asked Questions ==
  • single-post-ads/trunk/includes/options-settings.php

    r556881 r556891  
    108108          'name' => 'placement',
    109109          'title' => 'Ad placement',
    110           'description' => 'You can let the plugin automatically place the ad or do it manually using shortcodes',
     110          'description' => 'You can let the plugin automatically place the ad or do it manually using the [tbpspa] shortcode',
    111111          'section' => 'default_ad',
    112112          'tab' => 'tbp_spa',
  • single-post-ads/trunk/readme.txt

    r556881 r556891  
    26261. Upload entire list-post-authors-plus folder to `/wp-content/plugins/` directory
    27272. Activate the plugin from the Plugins menu in WordPress
    28 3. To include the ad into your post, navigate to Settings >> Single Post Ads. Select if you want to include your ad automatically after the content on all posts or if you will manually add it to your post.
    29 4. If using manual method, in the post or page editor screen, you should see a box named Single Post Ad under the post editor. Simply add your banner ad, Adsense codes or your call to actions here. Basic HTML allowed.
     283. Navigate to Settings >> Single Post Ads. Select if you want to include your ad automatically after the content on all posts or if you will manually add it to your post.
     294. In the post or page editor screen, you should see a box named Single Post Ad under the post editor. Simply add your banner ad, Adsense codes or your call to actions here. Basic HTML allowed.
     305. If using manual method, simply enter the [tbpspa] shortcode anywhere inside the post.
     316. You may also use sidebar widgets to display the ad in your sidebar if you wish. This ad will only appear in the sidebar if the post has an ad in it.
    3032
    3133== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.