Read more in blogger – Working

by Nandupatel on January 2, 2009

Step #1 :

1. Login to blogger with Google ID
2. Click Layout.
3. Then click edit HTML tab.
4. Click the Download full template link. Save your template (Don’t forget)
5. Please mark the little box to Expand Widget Templates.
6. Find the code like this :

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

7. Delete above code and replace it with below 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’><strong>Continue Reading…</strong></a></p>
</b:if>

8. Save templates.
9. Then go to setting >> Formatting
10. Copy below code in Post templates

<span class=”fullpost”>

</span>

So when ever you will use new post this code will be added automatically.

Step to use it.

Here is example. (when you will creat new post .)

<span class=”fullpost”>

</span>

11. Write down your text between this two code. Means where you want Readmore option start this code from that. Example.

<span class=”fullpost”>

India, officially the Republic of India, is a country in South Asia. It is the seventh-largest country by geographical area, the second-most populous country, and the largest democracy in the world. Bounded by the Indian Ocean on the south, the Arabian Sea on the west, and the Bay of Bengal on the east, India has a coastline of 7,517 kilometers (4,671 mi). It is bordered by Pakistan to the west; China, Nepal, and Bhutan to the north-east; and Bangladesh and Myanmar to the east. India is in the vicinity of Sri Lanka, the Maldives, and Indonesia in the Indian Ocean.

</span>

You have seen result on my blog.

{ 1 comment… read it below or add one }

Praveen June 16, 2010 at 4:45 pm

I believe this is the best and efficient way of doing this than any other way.

Reply

Leave a Comment

Previous post:

Next post: