Thursday, March 5, 2009

How to Make Post Summary At Main Page (Read More)

By making posts summary in the main page on your blog, will make your blog more interesting. Create a summary of blog is also very useful, so that the article is too long, we're not down. So that our blog is also easier to load. Create post summary in the main page (Read More) is easy, follow the steps below.


1. Go to your Edit HTML.
2. Check the box Expand Widget Templates.
3. Search this code.

<div class='post-body entry-content'>

4. Underneath there is a code like this.

<p><data:post.body/></p>

5. Replace the code with the following code.

<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>

<p><data:post.body/></p>

<a expr:href='data:post.url'>Read More......</a>
</b:if>


6. Save your template.

7. Go to Setting -> Formatting. Enter this code at Post Template.

<span class="fullpost">


</span>


8. Save

If you want to write an article, type in some of the content of the articles will be displayed on the main page before <span class="fullpost">, and type of more between <span class="fullpost"> and </span>.

0 comments:

Post a Comment