Title: target=&#8221;_self&#8221;
Last modified: May 19, 2022

---

# target=”_self”

 *  Resolved [mkarsh](https://wordpress.org/support/users/mkarsh/)
 * (@mkarsh)
 * [4 years ago](https://wordpress.org/support/topic/target_self/)
 * When you click on the link, the document opens in a new window. How do I make
   the document open in the current window?

Viewing 1 replies (of 1 total)

 *  [Praveen](https://wordpress.org/support/users/praveenmalav09/)
 * (@praveenmalav09)
 * [4 years ago](https://wordpress.org/support/topic/target_self/#post-15662494)
 * Hi [@mkarsh](https://wordpress.org/support/users/mkarsh/),
 * Please go to plugins > plugin editor and select Service Box Showcase and go to
   template which design you selected and replace the below code with new code.
 *     ```
       <a target="_blank" href="<?php echo esc_url($service_link); ?>" class="wpsm_read"><?php echo esc_html($sb_web_link_label); ?>  
       </a>
       ```
   
 * To
 *     ```
       <a target="_self" href="<?php echo esc_url($service_link); ?>" class="wpsm_read"><?php echo esc_html($sb_web_link_label); ?> 
       </a>
       ```
   
 * It it works let us know
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘target=”_self”’ is closed to new replies.

 * ![](https://ps.w.org/service-box/assets/icon-256x256.png?rev=1565349)
 * [Service Box - Icon Box Showcase](https://wordpress.org/plugins/service-box/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/service-box/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/service-box/)
 * [Active Topics](https://wordpress.org/support/plugin/service-box/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/service-box/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/service-box/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Praveen](https://wordpress.org/support/users/praveenmalav09/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/target_self/#post-15662494)
 * Status: resolved