內容簡介
這個外掛可以讓你非常輕鬆地在你的主題的任何地方顯示 HTML/Javascript/文字,也可以隨機顯示內容。
你可以使用 MS Slots 外掛來顯示 Google AdSense 或其他廣告、靜態橫幅、隨機橫幅等等的內容。
你可以在你的範本任何位置添加一個單一的 slot,例如:
<?php if(function_exists("ms_slots")){ echo ms_slots("1"); } ?>
你也可以添加隨機的 slots,例如:
<?php if(function_exists("ms_random_slots")){ echo ms_random_slots(); } ?>
要排除某些 slots,可以使用以下方法:
<?php if(function_exists("ms_random_slots")){ echo ms_random_slots("1,2"); } ?>
如果需要任何幫助、建議或投訴,請發送郵件至 [email protected]
或訪問 http://shahidmau.blogspot.com
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
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.
you can also add random slots, e.g.
to exclude slots, use
for any help/suggestion/complain, please write me at [email protected]
or visit http://shahidmau.blogspot.com
