Thursday, January 8, 2009

Create Read More included Post Title

In tricks this time our discussed how to make Read More included with the title of the article. Read More included with the title of the article Read More is the title of the article added, such as that used it on my blog. How to make it very easy, follow these steps.

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    &#8220;<data:post.title/>&#8221; &#160;&#187;&#187; </a></strong>

Save your template and see the results.

0 comments:

Post a Comment