Support Forum Forums WordPress Themes Wise Church Get Saved to open a different tab?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1331
    You must have valid license to access this content.
    #1333
    Probewise
    Keymaster

    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');
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Back to top