I have placed my adsense code under this code to place adsense ad under CONTENT:- <?php the_content('Continue reading...'); ?><div class="clear"></div> But I get the ads below Sharing and Releated posts why??? I want above them. Example :- http://www.easy16.com/yoga-can-prevent-injuries/ Thanks
Did you use any related post plugin? If you use some of these plugins, and set automatic add related post after each content, then your ads won't be above the related post.
In the related post plugin, you should be able to insert the related post manually, usuall they are coded this way <?php related_post(); ?> you should read how to insert that manually from the plugin page. After that, go into your single.php in template and insert the code after the related post manual code. It should look like this. the_content(); related_post(); <-- adsense code --> try this first, it must work otherwise there is no other ways...