Hi there
Have you managed to do this, i.e. make twitter links open in a new window/tab? I am also struggling to see where i change this:
I have a tweets.php file and i looked in my style.css and header.php but i cant seem to find a matching setup to put this code into any of the mentioned files:
Here is the code i rate i should use…but dont know where to put it:
———————————-
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. Single quote doesn’t work. ]
if ( !empty( $title ) ) { echo $before_title . "<a href='https://twitter.com/$username/' title='$title'>".$title ."</a>". $after_title; };
Here is what is in my default twitter.php:
———————————
<article class="hs-content" id="tweetlings">
<span class="pagetitle">Tweets</span>
<div class="hs-inner" style="width: 240px; padding: 20px 0 10px 0;">
<div class="line"></div>
<div class="tweet"></div>
</div>
</article>
Here is what i can see in my default header.php
———————————-
<article class="hs-content" id="tweetlings">
<span class="pagetitle">Tweets</span>
<div class="hs-inner" style="width: 240px; padding: 20px 0 10px 0;">
<div class="line"></div>
<div class="tweet"></div>
</div>
</article>
I rate the style.css is irrelevant in this case seeing that we are using jquery? Am i looking at the wrong php files perhaps?