Saturday, March 7, 2009

Make "Read More" Go to New Page

I have been explaining how to create a summary post (Read More). On the main page, posts that are displayed are only summarized, and then to read it fully, we must click on the Read More link.

Hmm, now I explain to you how to create a summary post / Read More link that when clicked, then the articles will be displayed in full on the new page. So, we do not need to close the our main page blog. If you want to make it, please follow the steps below.


  1. Login to Blogger.
  2. Go to Layout --> Edit HTML --> and give checklist in Expand Template Widget.
  3. If you are installing Read More Version 1, you can continue, but if you have not installed Read More version 2, see this article first.
  4. Find this code:

    <a expr:href='data:post.url'>Read More...... </a>


  5. Add code target="_blank"
    between <a expr:href='data:post.url'    and    >Read More...... </a>. So that the code be like this:

    <a expr:href='data:post.url' target="_blank">Read More...... </a>
    .

  6. Save your changes and see results.



Now you open your blog and try to click the Read More link. If the article on the blog opened a window / new tab, it means that our experiment was successful. But if you have any problem about this, please inform me about your problem through the comment box.

0 comments:

Post a Comment