In other post, I post about a remove version of wordpress, now how about we try some cool stuff, We will play with code function in wordpress. >:)
Why we not use wpads or other plugin, cause what ? if we use that we not able place ads freely.
So this trick is place ads in every place you wanted to show
Interesting ?
You want a show, just go on brother. live with allfreesource.
- First open functions.php on you theme offcourse.
- add this code to your functions.php.
function showads() {
return ‘<script type=”text/javascript”><!–
google_ad_client = “pub-3637220125174xxx”;
google_ad_slot = “4668915xxx”;
google_ad_width = 468;
google_ad_height = 60;
//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
‘;
}
add_shortcode(‘adsense’, ‘showads’);
- change adsense code with yours offcourse, and then click on update button
- Done
And if you want to place adsense, use this code, please no use spacing between [-] !
[ ads ]










