rss
twitter
    Find out what I'm doing, Follow Me :)

How to Open Sidebar Posts Links in a New Window


Opening your  sidebar posts/articles on a up-to-the-minute window help dressed in the implication with the purpose of you get something done not wish for your readers to close your blog most important piece of paper while recital the other posts. Even though the person who reads can still make for back to the real thing piece of paper by using the back button, it much better if your blog stay exposed and visible to the person who reads. If your blog is still exposed, in attendance is the option with the purpose of the person who reads could find interested dressed in scrutiny other posts.

To receive your posts exposed  dressed in a up-to-the-minute window, you need to lay the target="_blank" attribute dressed in your pattern.

Make for to Blogger- Dashboard- Design- Edit HTML. Until the end of time receive certain with the purpose of your download your pattern rather than burden several changes, so with the purpose of incase it does not happen as expected in the function of you predictable your can until the end of time take the place of it with the real thing pattern.  Bearing in mind downloading your pattern;

 


Click on develop Widget Templates. Using CTRL + F.   Type the Title of the links/articles on your sidebar with the aim of you would like to straight in the sphere of a new to the job browser. On behalf of this model; consent to say the title of my articles associations is "Related Posts". So I am vacant to catch "Related Posts" by using CTRL+ F. If you haven't agreed several title, you simply search on behalf of "widget id" using CTRL+ F. You strength of character become a tilt of all associations with the aim of is found on your wall prevent.

The tricky business in relation to using this method is with the aim of you really assert to know the LinksList with the aim of you require substitute. All associations on your sidebar are agreed several records which looks like this;  LinkList1,  LinkList2, LinkList3.  In the sphere of my commission, the  "Related Posts" is LinkList3 since I can catch sight of the link title.

By using CTRL+F and searching on behalf of correlated Posts. I strength of character subsist able to locate the following codes;

<b:Widget id='LinkList3'   locked='false'     title='Related Posts'   type='LinkList'>
<b:Includable id='main'>
<b:If cond='data:Title'><h2><data:Title/></h2></b:If>
 <div class='widget-content'>
   <ul>
     <b:Sphere values='data:Links' var='link'>
       <li><a expr:Href='data:Link.Target'> <data:Link.Name/></a></li>
     </b:Loop>

I strength of character it follows that place in the target="_blank" attribute in the sphere of the following code at once subsequently 'data:Link.Target' so with the aim of all articles with the aim of I strength of character write down under "Related Posts" strength of character straight in the sphere of a new to the job browser/tab. My new to the job code strength of character look like this;

<b:Widget id='LinkList3' locked='false' title='Related Posts' type='LinkList'>
<b:Includable id='main'>
<b:If cond='data:Title'><h2><data:Title/></h2></b:If>
 <div class='widget-content'>
   <ul>
     <b:Sphere values='data:Links' var='link'>
       <li><a expr:Href='data:Link.Target' target="_blank"> <data:Link.Name/></a></li>
     </b:Loop>

Save your pattern and test whether it is working. If your click on the articles on your wall prevent, you strength of character notice with the aim of they strength of character all straight on in the sphere of a new to the job browser window/Tab.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...

Contact Form

Name

Email *

Message *