Changeset 556891
- Timestamp:
- 06/12/2012 07:56:14 PM (14 years ago)
- Location:
- single-post-ads
- Files:
-
- 4 edited
-
tags/0.0.1/includes/options-settings.php (modified) (1 diff)
-
tags/0.0.1/readme.txt (modified) (1 diff)
-
trunk/includes/options-settings.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
single-post-ads/tags/0.0.1/includes/options-settings.php
r556881 r556891 108 108 'name' => 'placement', 109 109 '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', 111 111 'section' => 'default_ad', 112 112 'tab' => 'tbp_spa', -
single-post-ads/tags/0.0.1/readme.txt
r556881 r556891 26 26 1. Upload entire list-post-authors-plus folder to `/wp-content/plugins/` directory 27 27 2. 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. 28 3. 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. 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. 30 5. If using manual method, simply enter the [tbpspa] shortcode anywhere inside the post. 31 6. 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. 30 32 31 33 == Frequently Asked Questions == -
single-post-ads/trunk/includes/options-settings.php
r556881 r556891 108 108 'name' => 'placement', 109 109 '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', 111 111 'section' => 'default_ad', 112 112 'tab' => 'tbp_spa', -
single-post-ads/trunk/readme.txt
r556881 r556891 26 26 1. Upload entire list-post-authors-plus folder to `/wp-content/plugins/` directory 27 27 2. 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. 28 3. 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. 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. 30 5. If using manual method, simply enter the [tbpspa] shortcode anywhere inside the post. 31 6. 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. 30 32 31 33 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.