- Shorten the contents of your page.
- Allow your readers to view the summary before reading the entire contents of the article.
- Since your articles contents are short, you can post more items on your front page.
We need only four steps to accomplish our task.
First Step (Open Blogger Layout):
- Log-on to your blogger account.
- Open the Lay-Out page.
- Then, click Edit html.
- On the Edit Template, tick Expand Widget Templates
- Search for the </head> tag on the template codes.
- Copy the code bellow:
<b:if cond='data:blog.pageType == "item"'>
div.fullpost {display:inline;}
<b:else/>
div.fullpost {display:none;}
</b:if> - Then, paste it on the template codes before the </head> tag.
- Search for the <data:post.body/> tag on the template codes.
- Copy the code bellow:
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'>Read more!</a>
</b:if> - Then, paste it on the template codes after the <data:post.body/> tag.
- Make a code in your blog post in this manner:
The quick brown fox<div class="fullpost"> jumps over the lazy dog.</div>
- Save your post and you're done!
Finally, when your reader visits your blog, your post displayed like this:
The quick brown fox Read more!
After clicking the "Read more!" link, you will be redirected to the page where the full post/page will be displayed as what is shown below:
The quick brown fox jumps over the lazy dog.
3 Comment(s):
it's not working on me.
it's not working properly on my blog.
iamtheone, i have visited your blog and as what i have seen, the EPS is working on your blog. I you have noticed the "Read More!" link at the end of your post displayed on the front page of your blog, that indicates that the EPS is working. all you need to do is follow the procedure on step three.
Like for instance, your "DVD Movie Torrents" post, post it in this manner:
Don't be fooled by downloading torrents that appears on your search that adds aXXo and other uploaders name in the torrent files. Here are some links to torrents of uploaders that have very good reputation in the P2P world!
<div class="fullpost">
...then put the continuation of your post here... what i mean is, the second part of your story/post.
</div>
try it and good luck!
Post a Comment