How to put Google Ads Side by Side
Google Adsense is one of the great source of income to blogger. Lots of blogger could easily earn $1000+ every month only from Google Adsense. In spite of the ads shown, the location of the advertisement itself play an important role in contributing massive income for you. A good layout together with appropriate location of ads probably generate more income through Google Adsense.
Today, I am going to teach you how to put two Google Ads block (320 x 250) side-by-side above the content (as shown in my blog). Simply follow the step below.
1) Access your WordPress account
2) Go to Appearance–> Editor
3) Go to Single post (single.php)
4) Put the HTML code above <?php the_content(); ?>
<table border=0> <tr> <td>Google adsense code 1</td> <td>Google adsense code 2</td> </tr> </table>
5) Replace Google adsense code 1 & 2 with your ads code.
6) Wait for 5 – 10 minute and the ads will shown side by side above the content
Be the first to comment