Insert Ads In Between Title And Content Of Your Blog Post
We had a look on how you can monetize your new blog site by using Google Adsense contextual ads advertising. We will now take a look at how to automate the process of inserting Google Adsense ads into your blog posts.
Instead of inserting ads manually blog post by post or blog page by page, you can automatically insert ads on top of each of your blog posts, in between the blog post title and the blog content. To do this, you just need a simple edit of your WordPress blog theme.
Find the Single Post (single.php) post in the Theme Editor menu in the Design section of your blog. Find the following part, usually around the top of the page. You need to insert your Google Adsense ad HTML code in between these blog lines:
<div class=”post”>
<?php the_content;?>
So it should look like this:
<div class=”post”>
YOUR ADSENSE CODE HERE
<?php the_content;?>
This way your Google Adsense ads will be inserted automatically in all your blog posts, in the archived posts and in the new posts that you write. The ad will be inserted in between the blog post title and the blog post content. You can see this in action on HowToMakeMyBlog.com.
If you liked this article, you may also like:
Time to Stop Reading and Start Blogging

I have experienced many wonderful benefits achieved by having a blog. It has made an amazing difference for me in my life and career.
You can do it too. It literally takes 5 minutes to have your blog up and running. Follow my step-by-step guide on how to install WordPress and start blogging today.
Previous post: Make Money With Google Adsense Ads On Your Blog
Next post: Insert Ads In Between Blog Posts On Your Main Page