Sunday, March 16, 2025

How to Show (only) Post Title on Blogger Homepage (part -2)


Few blogger make their home blogger layout only show their post title. Wordpress blogs easily do this using various plugins available, and now bloggers also can make it work in blogger platform. If you want to show (only) post title on your homepage blogger, lets follow our tutorial:

Step 1: Login to Blogger
Login to Blogger with your ID
Step 2: Edit
After you login, go to Design/Layout -> Edit HTML.
Make sure you check mark Expand Widgets
Step 3: Add code
Find this code:

    ]]></b:skin>

Then paste below code right after ]]></b:skin> code

    <!-- home layout -->
    <style type='text/css'>
    <b:if cond='data:blog.pageType != "item"'>
    <b:if cond='data:blog.pageType != "static_page"'>
    .post-body, .post-footer, .jump-link, .post-timestamp, .post-author, .post-footer, .reaction-buttons, .post blockquote, .post-labels, .star-ratings, .post-backlinks, .post-icons, .date-header{display:none;}
    </b:if>
    </b:if>
    </style>
    <!--// home layout -->
Step 4: Preview and SavePreview your work and look your blogger homepage layout. If you like that look, save your template and enjoy your new look blogger layout.

If You Like This. Please! Drop a Comment And Share This...

0 comments:

Post a Comment

 

Copyright 2009-2012. All Rights Reserved by Talkfromnet.blogspot.com...About Author: MHSHOHEL