So I was wondering if there was a way to change this and have it that
when you click on a label, only the post title shows up.
I found this:
http://www.little-tips.info/2011/07/how-to-show-post-titles-only-in-blogger.html
exactly what I'm looking for!!
And here is what it instructs you to do:
- Click Design*
- Go to Edit HTML*
- Check the Expand Widget Templates*
- Search for the code below:
- REPLACE it with this code:
<b:if cond='data:blog.homepageUrl
!= data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
!= 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>
No comments:
Post a Comment