I Look 12

Blogging, Computers, Internet, Gaming, Make Money Online


Show Only Post Titles On Blogger Labels/Categories (Simple Way)






By default, when you click a category on your blogger blog, it will show the post titles and contents. Like this:


But what if you have like 100 articles in one category? Not all posts will be displayed in one page right? So now I will guide you on how to show only post titles on your blog category (the simple way).

1. Follow this guide on How to Edit Your Blogger Template

2. Find(CTRL+F) <b:include data='post' name='post'/>

3.Replace the code with:

(Type 1) If you want the results to only display the titles like this,


Replace the code with:
<!-- Show Only Titles Type 1 Start-->
<b:if cond='data:blog.homepageUrl != data:blog.url'>
    <b:if cond='data:blog.pageType != "item"'>
        <h3 class='post-title'><a expr:href='data:post.url'><data:post.title/></a></h3>
    <b:else/>
        <b:include data='post' name='post'/>
    </b:if>
<b:else/>
    <b:include data='post' name='post'/>
</b:if>
<!-- Show Only Titles End http://ilook12.blogspot.com -->

(Type 2) If you want a more professional look like this,


Replace the code with:
<!-- Show Only Titles Type 2 Start-->
<b:if cond='data:blog.homepageUrl != data:blog.url'>
    <b:if cond='data:blog.pageType != "item"'>
        <ul><li><a expr:href='data:post.url'><data:post.title/></a></li></ul>
    <b:else/>
        <b:include data='post' name='post'/>
    </b:if>
<b:else/>
    <b:include data='post' name='post'/>
</b:if>
<!-- Show Only Titles End http://ilook12.blogspot.com -->

(Type 3) If you want a more professional look but with bigger font like this,


Replace the code with:
<!-- Show Only Titles Type 3 Start-->
<b:if cond='data:blog.homepageUrl != data:blog.url'>
    <b:if cond='data:blog.pageType != "item"'>
        <ul><h1><li><a expr:href='data:post.url'><data:post.title/></a></li></h1></ul>
    <b:else/>
        <b:include data='post' name='post'/>
    </b:if>
<b:else/>
    <b:include data='post' name='post'/>
</b:if>
<!-- Show Only Titles End http://ilook12.blogspot.com -->

4. Click Save Template

Spoilers: If you used Type 2, your categories will be similar to DailyBlogTips










What are the benefits of being a subscriber?
All subscribers will get these updates directly from their email.
  • Blogging/SEO tips and tutorials
  • Technology news and tips
  • Computer tips, guides and optimizations
  • Gaming tips, tricks and cheat guides
  • Online money making tips
If you wish to subscribe, just fill up the form below:
Email address:
Lijit Search

Followers

Translate

Blogging, Computers, Internet, Games, Make Money Online.