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.
- Login to Blogger.
- Go to Layout --> Edit HTML --> and give checklist in Expand Template Widget.
- 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.
- Find this code:
<a expr:href='data:post.url'>Read More...... </a> - 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> . - 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