Blending ads within WordPress software powered blog’s post or page boosts the ad revenue. Most of bloggers blend ads in their blog posts because most of visitors only focus on the content of the blog. That’s why bloggers blend their ad units within their blog posts. So, visitors find related ad content from any type of blog site. Obviously, the respective blog posts bring more ad revenue. Just like websites, WordPress self hosting bloggers can also display the ad units within blog post or page as shown in below screen shot.

blending ads within wordpress post content

The left hand side of the content shows content of the blog. Similarly, the right part of the post displays related advertisements for visitors. The combination of content and related advertisements give exact information to every Internet user. Now, you can also monetize your WordPress self hosting blog by displaying sponsored advertisements in either right side or left side of the blog post. Follow below procedure to blend ads within your blog post.

  • Open Stylesheet of your blog’s WordPress theme
  • Copy below piece of the code and place into your Stylesheet of WordPress theme

.adsense-right {
display:block;
float:right;
margin: 0px 0px 5px 10px;
}

  • Open either Page or Post page of your WordPress theme.
  • You will find a content code which is almost similar to below code.

<?php the_content(); ?>

  • Paste your ad code in between below tag but place before content commend as stated below.

<div class=”adsense-right”>

Your Ad code is here

</div>

<?php the_content(); ?>

  • Now, save your WordPress theme template. Your WordPress self hosting blog shows advertisements within your blog post.

In this way, you can also display advertisements in left side of the content by only changing float:left;

Filed under: Webmaster TechnologyWordPress Self Hosting

Like this post? Subscribe to my RSS feed and get loads more!