TECH YARD

How To : Add Adsense In WordPress Blogs

Adsense is the most preferred CPC advertising system, If you started out with WordPress adding adsense code into wordpress can be a bit confusing.Follow these steps to implement adsense in your wordpress blogs.

Wrapping Adsense Around Text

You can also wrap adsense around the text in the single-post pages.To wrap adsense around the text follow these steps

To wrap the text to right of the ad, add your adsense code in between
these lines :

<div style=”display:block;float:left;margin: 0px 10px 0px 0px;”>

Your Adsense add script

</div>

<div style=”display:block;float:right;margin: 0px 10px 0px 0px;’>

Your Adsense add script

</div>

Exit mobile version