Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* External links */
- function external_links(){
- ?>
- <script>
- jQuery(window).load(function(){
- jQuery("a[href^='http:']").not("[href*='YOUR-DOMAIN-NAME-HERE.com']").attr('target','_blank');
- });
- </script>
- <?php
- }
- add_action('wp_footer', 'external_links');
Add Comment
Please, Sign In to add comment