• Resolved marteta

    (@marteta)


    Hi everybody,

    I am using responsive the WP Theme and I would like to know how can I do if I want to make this link open in a new window. Here’s the code:
    … and for the plugin lover, no I don’t want to use a plugin

    echo '<ul class="social-icons">';
    if (!empty($options['facebook_uid'])) echo '<li class="facebook-icon"><a href="' . $options['facebook_uid'] .  '">'.'<img src="' . get_stylesheet_directory_uri() . '/icons/facebook-icon.png" width="24" height="24" alt="Facebook" >'.'Facebook</a>';

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your posted code may now have been permanently damaged/corrupted by the forum’s parser.]

    Thanks a lot!!!
    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsive Theme – open link new window’ is closed to new replies.