August 3, 2016

Open Blogger Posts on a New Tab

Ohayou! [Good Morning in Japanese] ! By default when you click a post title the post will be automatically loaded on the current tab. That's actually not a good or a bad thing depending on your preferences. But just in case you wanna play how it works you can always tweak it out. Below you'll get to know on how to open the post on a new tab. And by the way guys I'm applying this tutorial on this website which is using the Simple Template by Josh Peterson.



Step 1. Proceed to EDIT HTML.


Step 2.
Find this Code :
<a expr:href='data:post.link'><data:post.title/></a>

Insert
target='_blank'

It should look like this
<a target='_blank' expr:href='data:post.link'><data:post.title/></a>


Thanks Happy Blogging.