graphitivity

/* External links */

Apr 11th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. /* External links */
  2. function external_links(){
  3. ?>
  4. <script>
  5. jQuery(window).load(function(){
  6. jQuery("a[href^='http:']").not("[href*='YOUR-DOMAIN-NAME-HERE.com']").attr('target','_blank');
  7. });
  8. </script>
  9. <?php
  10. }
  11. add_action('wp_footer', 'external_links');
Add Comment
Please, Sign In to add comment