If Read More 1 on the previous code is as follows.
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>
<p><data:post.body</p>
<a expr:href='data:post.url'><strong>Read More...</strong></a>
</b:if>
View a code blue. You change the code with the following code.
<strong><a expr:href='data:post.url'>Read More “<data:post.title/>”  »» </a></strong>
Save your template and see the results.
0 comments:
Post a Comment