| Title Without Content | Make a list of the contents of a blog is highly recommended, with a list of our blog content navigation can be more easily, especially if we have been posting very much.
If you make a list of contents is very simple, namely to create a link that is intended to address as below:
with the link above when you click it will show all of your post 100, or the value that you specify (which is printed in blue).
but the above will be a problem, eg your posting of 50, then when click the link in post 50 there akan akan that appear, nach you try to slide the scroll-down ... hurfh .. blog page you will be very long ....
to address them we need to edit a little blog we edit the HTML, so that when we click the link that appears only postingnya title only. is as follows:
First:
Go to Template -> Edit HTML -> Do not forget to do the backup template:) -> then check the 'Expand Widget Templates'
Second:
See the code below:
Then look for the code red above, if the change has been met over the red color code with the code below:
Save and Finish | Title Without Content |
If you make a list of contents is very simple, namely to create a link that is intended to address as below:
http://www.NamaBlogAnda.blogspot.com/search?max-results=100
with the link above when you click it will show all of your post 100, or the value that you specify (which is printed in blue).
but the above will be a problem, eg your posting of 50, then when click the link in post 50 there akan akan that appear, nach you try to slide the scroll-down ... hurfh .. blog page you will be very long ....
to address them we need to edit a little blog we edit the HTML, so that when we click the link that appears only postingnya title only. is as follows:
First:
Go to Template -> Edit HTML -> Do not forget to do the backup template:) -> then check the 'Expand Widget Templates'
Second:
See the code below:
<!-- posts -->
<div class='blog-posts hfeed'>
<b:include data='top' name='status-message'/>
<data:adStart/>
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.dateHeader'>
<h2 class='date-header'><data:post.dateHeader/></h2>
</b:if>
<b:include data='post' name='post'/>
Then look for the code red above, if the change has been met over the red color code with the code below:
<b:if cond='data:blog.homepageUrl !=
data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'>
<data:post.title/></a><br/><br/>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
Save and Finish | Title Without Content |
Related Article for this post :
0 comments:
Post a Comment