• Resolved PWalberg

    (@pwalberg)


    Hi –
    The social media icons in your theme Undiscovered are great and super easy, but I’m curious if there is a way to make them open a new window (target=”blank”) when clicked on instead of the same window?

    TIA,
    -Peter

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themeshaker

    (@themeshaker)

    Hi Peter,

    There’s always a way to modify a theme to make it work for you. If you need social media icons to open in a new window, locate the template-tags.php file in your theme’s folder and replace this:

    echo '<a href="'.$url.'" class="social-icon">

    with the following:

    echo '<a href="'.$url.'" class="social-icon" target="_blank">

    It’s a very basic change, so next time you should try to work it out yourself. There’s a limit on how much and how often we can help with modifications ??

    Thread Starter PWalberg

    (@pwalberg)

    Thanks again Themeshaker –

    I won’t test your patience any further. I figured you would ignore me if you got tired of the questions.

    One persons basic is another persons challenge.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘can the social media icons open new window?’ is closed to new replies.