tip n trick blogging

Saturday, December 5, 2009

Create Read More in Blogger Blogspot

1. After login to your blogger.com dasboard, click Layout -> Edit HTML -> check the “expand widget template” menu.
2. Put the following code precisely above code: </head>

<style> <b:if cond='data:blog.pageType == "item"'>
span.fullpost {display:inline;}
<b:else/>
span.fullpost {display:none;}
</b:if>
</style>

3. Search for this code:

<p><data:post.body/></p>
and put the following code after or below it

<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'> Read More..</a>
</b:if>

4. Click Save.

5. Click Settings -> Formatting, scroll down to the bottom of the page put the following code at the vacant space beside “Post Template”:

<span class="fullpost">
</span>
6. Click “Save Settings”. Done.

How to Post
1. Whenever you want to write an article, make sure you click the “Edit HTML”, not the “Compose”. You will see in the posting box this following code

<span class="fullpost">
</span>

2. Put the paragraph you want to show in the frontpage above the code. And put the rest of the entry / article between

<span class="fullpost">
</span>


0 comments:

Post a Comment

Spread Firefox Affiliate Button