Pages

Tuesday, August 23, 2011

How To Make Readmore Facility

Here i will share about How To Make Readmore Facility. Following the steps for making readmore.

Step #1
  • Login Blogger
  • Select Setting
  • Select Formatting
In the Post Template option input the code below

<span class="fullpost">

</span>
  • Save Setting
Step #2
  • Select Design
  • Select Edit HTML
  • Tick the Expand Template Widget
Search the following code

<data:post.body>

or

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

Delete the code and replace with this 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/>
<a expr:href='data:post.url'>Readmore...</a></p>
</b:if>
  • Save Template

0 comments:

Post a Comment