Plugin to display HTML/Javascripts/Text anywhere in your theme in a very easy way. You can also display your contents randomly.
| Author: | M. Shahid (mshahid85@gmail.com) (profile at wordpress.org) |
| WordPress version required: | 2.0.2 |
| WordPress version tested: | 2.8.4 |
| Plugin version: | 1.0 |
| Added to WordPress repository: | 11-09-2009 |
| Last updated: | 13-09-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | http://shahidmau.blogspot.com |
| Total downloads: | 6 422 |
| Active installs: | 10+ |
![]() Click to start download |
|
Plugin to display HTML/Javascripts/Text anywhere in your theme in a very easy way. You can also display your contents randomly. You can use MS Slots Plugin for google adsense or other ads, static banners, random banners etc
you can add a single slot anywhere in your template, e.g. <?php if(function_exists("ms_slots")){ echo ms_slots("1"); } ?>
you can also add random slots, e.g. <?php if(function_exists("ms_random_slots")){ echo ms_random_slots(); } ?>
to exclude slots, use <?php if(function_exists("ms_random_slots")){ echo ms_random_slots("1,2"); } ?>
