201112-16 在WordPress加入Google Adsense廣告 要在Wordpress中的版型Twenty Ten中加入Adsense廣告,可以在首頁index.php跟文章顯示single.php中找到id="contenter"直接在底下加入就可以。 1.選[Temes]/[Editor] 2.index.php 3.single.ph.... Read More >
201111-11 如何在wordpress 加入只要前兩頁文章顯示Google Adsense 1.先到找到您使用的佈景主題下的index.php 2.找到紅色的地方 3.插入如下語法 <?php if ($wp_query->current_post < 2) { ?> <!-- Google Adsense 程式碼放在這,或是其他廣告程式碼.... Read More >