How to create expandable post (read more...) for Classic Template

Go to your Blogger Control Panel --> Template --> Edit HTML

1. Conditional CSS

Add the following code to your style sheet, depending on what kind of template you have:

a.read_more {display:none;}

span.fullpost {display:none;}
span.fullpost + a.more{display:inline;}
span.fullpost + div + a.more{display:inline;}


span.fullpost {display:inline;}


2. "Read More" Links

Your style sheet is usually near the top of your template, between the tags. If you have your style sheet in a separate file, you'll still need to add these lines in your template, so the conditional tags will work. Just make sure you add in the