
We all know how ugly it looks clicking on a link with a name and reading a page with the same title as the link we clicked on.
—————————————————————
Step 2: Look for </b:skin>
Step 3: Paste the following code right below this line:
<b:if cond='data:blog.pageType == "static_page"'>
<style>
.post-title.entry-title{
display: none;
}
</style>
</b:if>
Step 4: Save the template.
—————————————————————
That's it!
Your static page titles won't show up anymore.
If you wanna have them back just repeat these steps but delete the code instead.
