Front page only displays Post Title
We know loading posts costs so much time and it might let your readers shut down the window. So we need to find an easy way to speed up the LOADING SPEED of your site. Here is one: Front page only displays Post Title.
In order to make this come true, you have to insert some codes into your HTML frame. Steps as follows:
- open Dashboard and switch to Design.
- find Edit HTML and click it.
-
important! CLICK Download Full Template. It is for backup.
- press ctrl+F to search this code:
<data:post.body/>
- insert
<b:if cond='data:blog.pageType == "item"'>
before the code above and</b:if>
after it. - save and done.
It is easy right? and I found this code greater function. That is: You can almost use it everywhere you want to hide in front page.
Check and have a try!