Step 1
Log in to Blogger with your ID and then go directly to the edit tab html.di Template Do not forget to check in the column you expand the widget templates. Next, locate the following HTML code: or similar to the code:
<b:include data='post' name='post'/>
If you've met, remove and replace the 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'>
<div style="padding:5px;border-right:1px solid #ebebeb;
border-bottom:1px solid #ebebeb;margin-bottom:5px;background:#f2f2f2;">
<data:post.title/></div></a>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'>
<div style="padding:5px;border-right:1px solid #ebebeb;
border-bottom:1px solid #ebebeb;margin-bottom:5px;background:#f2f2f2;">
<data:post.title/></div></a>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
Then save the template.
Step 2
For the second step, create a link that will display a list of blog content, you can put it in your blog sidebar, or you can put it in the Menu Navigation like on this blog, but it's all up to where you want menempatkanya, an important link must display on your blog page, following links his
<a href="http://blog name.blogspot.com/search?max-results=300"> Contents Blog </ a>
Replace the red text with your blog's name and number 300 indicates the number of posts you want to display, if you have the Save Template
Note:
1. Or if you want to add the marquee code please add the following code
Note:
1. Or if you want to add the marquee code please add the following code
0 comments:
Post a Comment