Making Read More on New Template

March 18, 2011 | 12:48

Before proceeding to make read more, surely must know first what it read more and function of the read more. Read more is a line of words used to shorten the existing posts on your blog or website. While the function of the read more is to display some of the posts on the main page of a blog / website or divide the two pages on a post and when clicked on read more The new tilisan / posts displayed in full, so of course to save the main page of a blog.

Well to make read more (which uses the new template), based on the experience as follows:

The first step

Login to Blogger

Click Settings

Click Format and then on the box next to the posting template / template entry, fill in the code below.

<span class="fullpost">


</span>

Click Save Settings.

Step Two

Click Design

Click Edit HTML, then save or download the template to keep in case of error

Click the small box on Expand Widget Templates

Find the code below, for ease of use Ctrl + F

<data:post.body/>

or is this just the same

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


Delete and replace with the code below.

<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/>
<a expr:href='data:post.url'><strong>Readmore...</strong></a></p>
</b:if>

Click save template

Hopefully Helpful
Share this article :
 
Copyright © 2010-2012. PAPATITI ONLINE . All Rights Reserved.
Template modify by Creating Website