What Are These?

Monday 6 July 2009

Create "More........ " for post page

How to create more for post to expose more post in main page

How to create more for post to expose more post in main page



1. Login to blogger, then chose Layouts --> Edit HTML

2. Click on "Expand Widgets Template" checkbox.

3. Find with "Ctrl + F" copy html below

<div class='post-body entry-content'>

and paste on find box and find

4. If you have found it, put the code below under the above 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>

5. Find code like this <data:post.body/> then you have to put the code below
under it.

<a expr:href='data:post.url'>Read More......</a>

</b:if>

6. You can change the "Read More" text with yours.

7. Save it.

8. Go to Setting --> Formatting

9. At the lower page find "Post Template" and beside it there is "text area"
box.

10. copy and paste code below inside the box

<span class="fullpost">

</span>

11. Then Save the setting.

your part of post

<span class="fullpost">

full post

</span>



May be you interested :

0 comments:

Post a Comment

Followers