BlogTariff


Highlights:

SEO Hiden Trick for Bloggers increases blog pageviews enables user to enhance pagerang on google search as well earnings.

By simply hiding all home page posts from your blog home page in Blogger CMS increases blogs ranking.

Blogger allows us to check the amount of articles on the home page by editing the article widgets in the Blogger design panel. The maximum number of publications in the home is 500 and the minimum is 1. That is, at least one post must visible on the blogger's homepage.
SEO Hiden Trick for Bloggers to increase blog pageviews

But in some cases, you may have to hide all the posts on the home page, which could be showing something different on the home page than the posts.

Here I will explain how to hide all articles from your blogger's home page.

Sign into your blogger account

Click on Theme Tab

Press Edit HTML link tab button (Before you experiment this trick it is requested to backup your template to restore/Back button if any thing goes wrong)option (right top)

To search for ]]></b:skin> (Click inside HTML editor, and press Ctrl + F and type ]]></b:skin> on given text box and press enter key)

Add the below code just after ]]></b:skin>


<b:if cond='data:blog.url == data:blog.homepageUrl'>
<style type='text/css'>
.post, #blog-pager {display:none;}
</style>
</b:if>


How this trick works?

<b:if cond='data:blog.url == data:blog.homepageUrl'> is a condition, codes under this statement woks only if the opened page is homepage.

This code works perfectly for not displaying posts in home website. If the opening page is not the home page, then this lines of codes will not work.

After successful pasting code - Save template.

Now, to view your experiment click on View blog to open home page, there won't be any posts showing on the home page but other widgets on sidebar will be displayed and not effected
If you want to hide few more elements like sidebar, footer etc, then add blogger element id by giving a comma


<b:if cond='data:blog.url == data:blog.homepageUrl'>
<style type='text/css'>
.post, .footer, .post-footer, .feed-links, .post-title, .sidebar #blog-pager {display:none;}
</style>
</b:if>

After hiding posts, if home page still showing anything related to posts like published date, comments, Author Profile etc, then simply make few changes in Layout

Open Layout tab

Edit Blog Posts widgets

Now from given small window or tab, remove the checked/ticked items that are still showing on home page.

Author hides all posts from their home page for displaying something other on home pages like linklist, photo gallery etc.


Post a Comment Gmail ID

Do not Try to Add Spam Comments

 
Top