Support Forum › Forums › WordPress Themes › Wise Church › Get Saved to open a different tab? Get Saved to open a different tab? Support Forum › Forums › WordPress Themes › Wise Church › Get Saved to open a different tab? This topic has 1 reply, 2 voices, and was last updated 5 years, 11 months ago by Probewise. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 26, 2019 at 10:20 PM #1331 You must have valid license to access this content. July 27, 2019 at 10:51 PM #1333 ProbewiseKeymaster Add this line of code to your child theme’s function.php: function wise_taglines_link() { ?><script> jQuery(document).ready(function($){ "use strict"; $('.tag-lines a').attr('target','_blank'); }); </script><?php } add_action('wp_footer', 'wise_taglines_link'); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In