Before you ask please READ THIS

Open new tab when My Work Thumbnail is clicked

edited May 2013 in Beach Please Posts: 6
Is it possible to have the new feature of having “my works ” section open a custom link , open up in a new tab rather then leaving the current page??

I would like clients to be able to stay on “my works” page while the selected work opens in a new tab

thanks !

Comments

  • AirAir
    Posts: 10,970
    Hello.

    Go to works-list.php line ~104 and change
    echo '<a class="g-item" href="'.esc_url($url).'" id="album-' . get_the_ID() . '" ' . $genre_string . '>';
    to
    echo '<a class="g-item" href="'.esc_url($url).'" id="album-' . get_the_ID() . '" target="_blank" ' . $genre_string . '>';
    With regards.
  • perfect - thanks alot!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!