Title: URL &#8211; Links
Last modified: August 21, 2016

---

# URL – Links

 *  Resolved [TNGames](https://wordpress.org/support/users/tngames/)
 * (@tngames)
 * [13 years ago](https://wordpress.org/support/topic/url-links-2/)
 * Is there a way to have the link from each logo open in a new window?
 * [http://wordpress.org/extend/plugins/logo-slider/](http://wordpress.org/extend/plugins/logo-slider/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [13 years ago](https://wordpress.org/support/topic/url-links-2/#post-3698773)
 * You could do it by adding target=”_blank” to logo-slider.php on line 428
 *  [ptivelo](https://wordpress.org/support/users/ptivelo/)
 * (@ptivelo)
 * [13 years ago](https://wordpress.org/support/topic/url-links-2/#post-3698801)
 * Hi Maeve,
 * Could you please show an example of the implementation of “target=”_blank” to
   logo-slider.php on line 428″?
 * Regards,
    Matthias
 *  [ptivelo](https://wordpress.org/support/users/ptivelo/)
 * (@ptivelo)
 * [13 years ago](https://wordpress.org/support/topic/url-links-2/#post-3698802)
 * No worries. I sorted it out.
 *  [gralmy](https://wordpress.org/support/users/gralmy/)
 * (@gralmy)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/url-links-2/#post-3698811)
 * hey ptivelo…how did you do it? where exactly in the code?
 * thanks
 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/url-links-2/#post-3698812)
 * Change line 428 in logo.php **from:**
 * `echo '<a href="'.$data['image_links_to'].'">';`
 * **to:**
 * `echo '<a href="'.$data['image_links_to'].'" target="_blank">';`
 *  [lhollmeyer](https://wordpress.org/support/users/lhollmeyer/)
 * (@lhollmeyer)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/url-links-2/#post-3698842)
 * Can somebody explain how to do this in layman’s terms?
 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/url-links-2/#post-3698843)
 * 1. Connect to your webspace via FTP or in your WordPress dashboard navigate to
   where you can edit the source files for the plugin.
 * 2. In the Logo Slider plugin folder open the file called logo.php
 * 3. Find line 428 of the code, and change echo `'<a href="'.$data['image_links_to'].'"
   >';`
 * to:
 * `echo '<a href="'.$data['image_links_to'].'" target="_blank">';`
 * 4. Save.
 * 5. Refresh your page with the logo slider and click a logo… it should now open
   in new window.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘URL – Links’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/logo-slider_b4e4d1.svg)
 * [Logo Slider](https://wordpress.org/plugins/logo-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/logo-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/logo-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/logo-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/logo-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/logo-slider/reviews/)

 * 7 replies
 * 5 participants
 * Last reply from: [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/url-links-2/#post-3698843)
 * Status: resolved