Title only on Blogger Home Page

2:58:00 PM |

Step 2. Find the following code in your blogs Html :
(Click Ctrl and for a search bar to find the code - More Info)

<b:include data='post' name='post'/>


Step 3. Replace the code you found with the following code :


<!--Post Titles Only Trick-->
<b:if cond='data:blog.pageType != "item"'>
<h3 class='title-only'><a expr:href='data:post.url'><data:post.title/></a></h3>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<!--www.SpiceUpYourBlog.com-->


Step 4. Save Your Template.