Generally we show our most recent posts on our blog's homepage and if you want your visitors to pay attention to your recent posts then you should try hiding your different widgets on your blog's homepage.
The trick is really simple and it will let you hide your gadgets on the homepage of your blog.
That means you would be able to show posts and posts only on your homepage. Basically your posts needs more attention than your gadgets on your blog unless its AdSense it gives you money.
If you want to hide your gadgets on your posts and show them only on your homepage then that's also possible.
Just go through this article to make it possible:-
Hide sidebars to show full width posts and pages
Also these articles might be of your interest
Show Widget Only On Homepage
Show Widget Only On Post Pages
Coming to the point, you just need to follow these simple steps to make it work.
Just remove the code whenever you want your old layout back
Steps to follow
The same code can be installed in third party templates. But I'm not sure if it will work or not as many of the third party templates don't support customisation.
I hope you guys enjoyed this post.
Cheers!
The trick is really simple and it will let you hide your gadgets on the homepage of your blog.
That means you would be able to show posts and posts only on your homepage. Basically your posts needs more attention than your gadgets on your blog unless its AdSense it gives you money.
If you want to hide your gadgets on your posts and show them only on your homepage then that's also possible.
Just go through this article to make it possible:-
Hide sidebars to show full width posts and pages
Also these articles might be of your interest
Show Widget Only On Homepage
Show Widget Only On Post Pages
Coming to the point, you just need to follow these simple steps to make it work.
Just remove the code whenever you want your old layout back
Steps to follow
- Open blogger
- Go to 'Template' and select 'Edit HTML'
- Search for this code </b:skin>
- Paste this code just after the above code
#sidebar-wrapper, #midsidebar-wrapper,.column-left-outer, .column-right-outer, .gapad2, .blog-pager, .post-header-line-1, .post-footer, #comments {
display:none !important;
}
#main-wrapper { width:99%!important;}
.post { width:99%!important; }
.fauxcolumn-outer { width:99%!important; }
.main-inner .columns { width:99%!important; }
- Now save your template
The same code can be installed in third party templates. But I'm not sure if it will work or not as many of the third party templates don't support customisation.
I hope you guys enjoyed this post.
Cheers!
0 comments:
Don't forget to check 'Notify me' box to get notification of reply.