Tutorials For Beginner

Wednesday, September 17, 2008

Making Read More plus the title of article

A few months ago, Kang Rohman explained about making Read More function, click this posting to read again. For you who would like to modify this Read More, Kang Rohman has a tip. The tip is about making the function of Read More plus the title of the article. Through this modification, the title of the article will be added automatically after Read More. Do you feel interested? So, feel free to read the rest of this posting…ok!

To make the function of Read More is not too difficult, you only need to add a few code at read more code that you have ever made before in your template. Here are the steps, in my previous tutorial; Kang Rohman gave a code like this:

 

<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/>
<a expr:href='data:post.url'><strong>Read more...</strong></a></p> 
</b:if>

 

Erase the code above and change with the code below:

 

<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>
<strong><a expr:href='data:post.url'>Continue reading  &#8220;<data:post.title/>&#8221; &#160;&#187;&#187; </a></strong>
</b:if>

 

 

Don’t forget to click SAVE TEMPLATES.

Now, see the result! The function of Read More will always have the title of your article, too.

Good Luck!

Save and Share!

Stumble Digg Tweet Save Reddit More

8 Comments:

Hollywood Wallpapers on October 31, 2008 11:37 AM said...

wooow ..nice .. nice blog keep it up...


Celebrity Wallpapers

Rajee on March 7, 2009 1:29 AM said...

How to use read more for new template?

Qin*E on March 28, 2009 3:04 AM said...

very useful!!!

HudHud on March 30, 2009 10:00 PM said...

For last few days after adopting your READ MORE tricks in my blog http://quickwaysforteenstomakemoney.blogspot.com/ I was thinking to add the title with the READ MORE. Thanks for this tip also.

Reza Winandar on April 30, 2009 6:02 PM said...

This is very useful post! Keep posting, Kang!

anggun on May 27, 2009 2:19 AM said...

hatur nuhun kang ilmunya... So, this good posting

Admin on June 24, 2009 4:23 PM said...

Thanks for all great information here...god bless for U too friend

SH on September 3, 2009 10:21 PM said...

why i cant make it?????????


Post a Comment

Please comment in English.

Spam Comment will be delete!

 

Recent Comments