如果不想裝太多IE,FF…
外掛瀏覽器給你一次玩的夠
因應 SAPM ,除了WP內建的 akismet 外,也支援WPMU
http://wordpress-plugins.feifei.us/hashcash/
WP Hashcash is an antispam plugin that eradicates comment spam on Wordpress blogs. It works because your visitors must use obfuscated javascript to submit a proof-of-work that indicates they opened your website in a web browser, not a robot. If the javascript check fails, WP Hashcash now gives you three options; it can either put the comment into moderation (default), put the comment in the akismet queue, or delete it.
WP Hashcash also protects the signup forms of WordPress Multi-User (WPMU) and BuddyPress (BP) blogs.
最近Y虎有出個計畫-大聯盟計畫
好讓廠商清庫存,讓大家在家拼經濟(宅經濟)
不過Y虎沒有輪播功能只好自己DIY
先把廣告模組的HTML原始碼複製到文字檔 ads.txt
(每一行一個商品代碼)
讓PHP亂數讀取以及顯示就搞定:
$lines = file("ads.txt");
shuffle($lines);
echo ($lines[0]);