Hello, Plz Help me.....i have seen alot of worpress sites. they using adsence ad on under post..i'm confused how is possible to put ads under the wordpress post. I hv to making a confusion picture. see the pic.. Exactly when i want to put adsense ad. Help me, where can i ad my adsence code in wordpress script Thank you
yep, if you are technically aware and know word press very well then u can modify theme files easiest way to use plugins for adsense which shows advertise under post I suggest AdMan pluginwhich is good one and have total control over where to display ads under your post
If you want to modify yourself then you need to put adsense code under single.php (only in single post) and index.php (homepage blog posts). DON.
Hi myfoglife! Just edit single.php file with the help of notepad. Find the following line <?php the_content('--------'); ?> Code (markup): before that line use the following div tag <div style="margin: 0; padding: 5px; float:right;"> Your adsense ad is here </div> Code (markup): and then save the file. Hope, You can do this. It is very simple. Enjoy!