hi! i need to know how to shorten my article by using "read more" tag. i'm using blogspot. anybody know how to do that?
Add the following code to your template, somewhere after the <$BlogItemBody$> or <dataost.body/> tag: (for classic templates) <MainOrArchivePage><br /> <a href="<$BlogItemPermalinkURL$>">Read more!</a> </MainOrArchivePage> Code (markup): (for layouts) <b:if cond='data:blog.pageType != "item"'><br /> <a expr:href='data:post.url'>Read more!</a> </b:if> Code (markup): read more Create expandable post summaries