Show ads below post title
You have seen in some websites or blogs that Adsense ads unit are placed on below the post title. The area below the post title gets more attention of users. Today I will show you how to show ads below post title.Enjoy Free SEO Tools: Duplicate Or Multiple H1 Tag Checker For All Pages
1- Sign In to your Blogger account.
2- Navigate to your blogger's dashboard and choose your desired blog which you want to customize.
3- Now in the left menu click on "Theme" and also click an "Edit HTML" button under live on Blog section.
4- Your Blog theme will be open in editable mode, now press CTRL+F to enable search box in editor window and search for <data:post.body/> tag and press enter button. Remember you found this tag two times and you need to stop your searching on second time. When you stop you will see below screen or code.
Enjoy Free SEO Tools: Bulk Http Response Status Code Checker Online
5- Copy and paste below code and just paste above the <data:post.body/> tag to show ads below post title.
<b:if cond='data:blog.pageType == "item"'>
PLACE YOUR AD CODE HERE
</b:if>
6- Note: Before pasting your adsense code parse your adsnes code for your blogger.
7- If you want to show ads in center align than just wrap your code in blow code.
<b:if cond='data:blog.pageType == "item"'>
<div align="center">
PLACE YOUR AD CODE HERE
</div>
</b:if>
The above code will show the ads on center of your content. Now save your changes and view your blog post to see that you have successfully placed the ads below your post title or not. If you have any issue in above process feel free to comment.
2 Comments
What is This?
ReplyDeleteIts mean how you show or display google adsense below your post title
Delete