Title: Extra target=&quot;_blank&quot;
Last modified: August 31, 2016

---

# Extra target="_blank"

 *  Resolved [thendigital](https://wordpress.org/support/users/thendigital/)
 * (@thendigital)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/extra-target_blank/)
 * Using settings:
    Background Images: YES Show links as button in caption: NO
 * An extra target=”_blank” shows up before the title and caption because of line
   122 in cptbc-frontend.php
 *     ```
       if($image['url_openblank']) {
         $linkstart .= ' target="_blank"';
       }
       ```
   
 * It should be:
 *     ```
       if($image['url_openblank']) {
         echo ' target="_blank"';
       }
       ```
   
 * It’s an easy fix, but I wanted to report it so it gets fixed before the next 
   plugin update. Thanks! Great plugin!
 * [https://wordpress.org/plugins/cpt-bootstrap-carousel/](https://wordpress.org/plugins/cpt-bootstrap-carousel/)

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

 *  Plugin Author [Phil Ewels](https://wordpress.org/support/users/tallphil/)
 * (@tallphil)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/extra-target_blank/#post-6973291)
 * Hi thendigital,
 * Great spot – thanks! Will update on the development version now so that it goes
   out with the next release.
 * Phil
 *  Plugin Author [Phil Ewels](https://wordpress.org/support/users/tallphil/)
 * (@tallphil)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/extra-target_blank/#post-6973292)
 * See [commit](https://github.com/ewels/cpt-bootstrap-carousel/commit/f6e55731c483b6d7a1af287dd78be5fa2469bce4).
 * Thanks again!
 * Phil

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

The topic ‘Extra target="_blank"’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cpt-bootstrap-carousel_b8b7ae.svg)
 * [CPT Bootstrap Carousel](https://wordpress.org/plugins/cpt-bootstrap-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cpt-bootstrap-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Phil Ewels](https://wordpress.org/support/users/tallphil/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/extra-target_blank/#post-6973292)
 * Status: resolved