It is not complicated and does not require more computer skills then creating a blog.
This code is designed for the Blogger.com, however can be used for any other blog site.
I recommend using free version of CoffeCup HTML Editor. But you can atchive the same result without this tool.
It’s smart at this point to create a backup of your template just in case something goes wrong.
Step 1:
- Log in to your blogger.com account and click on Dashboard
- Click on Layout link
- Click on Edit HTML
- Check “Expand Widget Templates” check box
Now you need to find
Add and new line right after this tag and enter this code
<style>
<b:if cond='data:blog.pageType == "item"'>
span.fullpost {display:inline;}
<b:else/>
span.fullpost {display:none;}
</b:if>
</style>
like this:
Step 2:
- Search for <data:post.body/> tag the same way as in step 1.
- Add a new line after this tag
- and copy and paste this code
<b:if cond='data:blog.pageType != "item"'><br />there:
<a expr:href='data:post.url'>Read more!</a>
</b:if>
Step 3:
The final piece that we need is a little bit of code in your actual post. Each post that you want to use this feature on will need this code:
No comments:
Post a Comment