With this Blogger Hacks, If you can choose to display a select amount of text from beginning of each post as a teaser instead of showing the entire post on the front pages of your blog, Then when poeple want to read the rest of post using "Readmore", This very good if you have lots of long articles all on one page.
If you not yet understand to follow step safe under this
1. Login
2. Click Layout
3. Click EditHtml
4. Click Download Full Template(backup template)
5. Check the Expand Widget Template
6. Search On this template Code (use CTRL+F or F3)
<div class='post-body entry-content'>
<p><data:post.body/></p>
7. Remove this code <p><data:post.body/></p> change with code below this
<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>
7. Save Template
8. Clik "Setting"---->"Formatting" and scroll all the way down to the bottom it's the
last option called "Posts Template" your paste in the following code
<span class="fullpost">
</span>
And "SAVE SETTING"
9. Test, This example post article use Readmore
Oke,,...Thanks
Tuesday, June 9, 2009
How To Add New Blogger "Read More"
Subscribe to:
Post Comments (Atom)
4 comments:
Thanks, Bro for tutorial add readmore
wah..sudah pakar blog kyaknya ne, ttpi blog nya sepi ya????
Nice post, blogwolking here
Keren... Mantab tu langsung praktekk...
makasih Infonya
Post a Comment