Most of the Blogger users normally have 1 question, my articles too long, make the page need scroll down long way, can I put “read more” function on each my article?
The answer is Yes. Although Blogger don’t have this feature, but still can have this function. What you need is just put some codes into your template.
1) Go to Layout > Edit HTML. If you afraid get wrong, backup your template first. Click on “Download Full Template” to backup your template.
2) Under “Edit Template“, tick “Expand Widget Templates“.
3) Find <data:post.body/>
4) Put this code on top of the <data:post.body/>
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>
5) Put the second code below the <data:post.body/>.
<b:if cond='data:blog.pageType != "item"'><br />
<a expr:href='data:post.url'>Read more...</a>
</b:if>
</b:if>

6) And “Save Template“.
7) Go Setting > Formatting. Scroll down to “Post Template“. paste this code into the field box.
<span class="fullpost">
</span>

8) “Save Setting”
9) Go Posting > Create. Click on “Edit Html” view. You will see the code <span class="fullpost"></span> in the post area. Put the content you want to read after read more in between <span class="fullpost">The content start after read more.</span>

10) Publish the post to see the result.
Enjoy your blogging.
View Comments
Daniel
July 1st, 2008 at 8:58 am
1I read similar article also named add read more function in Blogger | Internet Business and Web Design, and it was completely different. Personally, I agree with you more, because this article makes a little bit more sense for me
Dwight
October 6th, 2008 at 5:12 am
2Do you know if this script will work on the new blogger or is it only for the classic version? I tried using this script on the customize version and I received some parse error messages (parsed as it is not well-formed).
Thank you,
http://how-to-get-rid-of-old-acne-scars.blogspot.com
boey
October 6th, 2008 at 8:13 am
3hi,
may i know what the error messages u got?
thanks!!
boey
annie
October 18th, 2008 at 10:15 pm
4your steps are easy to follow but I got an error message too. When trying to save the template it gave me:
” Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Open quote is expected for attribute “{1}” associated with an element type “cond”.
I appreciate your time and help. thanks
boey
October 18th, 2008 at 10:57 pm
5hi annie,
sorry, the ” ‘ ” code change in the Wordpress.
already update the code. SORRY for the inconvenient.
thanks!!
-boey-
koy3k
January 1st, 2009 at 12:47 am
6saya sebagai blogger pemula cukup tertarik dg tips yg anda buat. dan saya akan kembali lagi untuk mencari tips n trick lainnya. trimakasih
-koy3k-
one
January 1st, 2009 at 8:04 pm
7hallo boey,
super! it works!
Vielen Dank
Mimi0609
July 2nd, 2009 at 1:45 pm
8You are the bomb! I spent probably 6+ hours obsessively trying to establish a “read more” capability to my blogger post. I tried the Blogger help instructions. Nope. The eblogger instructions. Nope. Your fix was the trick. Thank you SO SO SO MUCH. I will try to spread the word.
Peter
September 21st, 2009 at 1:40 pm
9hey, thanks for the great help with 'read more' function in blogger.
you say that all you have to do is to delete the template, if you don't want the function in a paticular post? i can't seem to get that work. somehow it just add it in the end of the post.
you know that problem?
boey
September 25th, 2009 at 9:36 am
10Sorry for the unclear briefing, what i mean is in the Dashboard posting area, not the front end. Sorry :)
Peter
September 26th, 2009 at 5:11 am
11Yeah, in the “posting” tab under “create” right? You're supposed to remove that code, and the function will not show up you say?
I can't seem to get that to work. It still just show up in the bottom of the post.
boey
September 26th, 2009 at 5:38 am
12hi peter,
Yes, It won't remove on the front end, it still will appear on the bottom of the post.
Peter
September 26th, 2009 at 7:11 pm
13Yeah, in the “posting” tab under “create” right? You're supposed to remove that code, and the function will not show up you say?
I can't seem to get that to work. It still just show up in the bottom of the post.
boey
September 26th, 2009 at 7:38 pm
14hi peter,
Yes, It won't remove on the front end, it still will appear on the bottom of the post.
prasu
November 11th, 2009 at 5:01 am
15Hi ,Very nice information ..
i tried it but a small question i just did everything as u said .
but read more content is being displayed at the end of my recipe
how can i paste it in the middle of the recipe .
Your suggestion is really appreciated .
Thanks again for such a nice description.
boey
November 12th, 2009 at 10:22 pm
16sorry, I can't get what you mean “paste it in the middle of the recipe”?
If put the “read more”, mean user won't see your entire article, user need to click on the “read more” & go to the single page to read the full article.
The Best Of You Want
November 18th, 2009 at 9:45 pm
17Thnx for the explication to how add read more tool to my blog
but the read more Appear left of the page topic .
How do appear in the right side of the subject if it possible ??,please answer me ..
the page of my blog to see how it appear in my topic's and nice VISIET !! here is :http://the1masterhome.blogspot.com
For VISITORS :Welcome To Your Home ;) |*|Check this page often to receive the latest updates…|*|
boey
November 24th, 2009 at 9:39 pm
18sorry for the late reply, to align right, u can add this code: <div align='right'>Read more…</div>
coldsphere
April 16th, 2010 at 1:48 pm
19nice tut and very easy to follow step-by-step… adding function to blog… thx…
http://bak-rey.blogspot.com
oualid
May 28th, 2010 at 4:04 am
20http://alain-eyes.blogspot.com/
nice tanks
King
June 23rd, 2010 at 1:14 am
21http://pmodels.blogspot.com
very nice post. Thank you
tweetbebeh
July 27th, 2010 at 11:13 pm
22Hello.thanks for the tutorials.
how can i change read more button colour?
Such as black or red or anything.
I google but i cant found.
http://internetmarketingebookandsoftware.blogsp...
boey
August 1st, 2010 at 3:27 pm
23go to Design > Edit HTML. Select Expand Widget Templates.
Find the CSS:
a{color:$linkcolor; text-decoration:underline}
vampire
August 4th, 2010 at 6:18 pm
24Dear sir,
thank you so much…
now i get it :)
dede
RSS feed for comments on this post · TrackBack URI
Leave a reply
My Social Sites
Categories
Pages
Translator
Post a Job! $20 for 30 days
September 1st
August 30th
August 29th
August 23rd
August 21st
August 19th
August 16th
August 13th
August 10th
August 9th
August 6th
August 5th
Powered by Lifestream.
Recent Posts
Recent Comments
Archives
Copyright © 2008-2010 eBizNet2U
Internet and Blogging Resources is proudly powered by WordPress. Original theme by BloggingPro : DesignDisease