Viewing 1 replies (of 1 total)
  • For opening links in a new window I changed

    $expr_to[] = '$1<a href="'.$url.'">$2</a>$3';

    to

    $expr_to[] = '$1<a href="'.$url.'" target="_blank">$2</a>$3';

    You’ll find it in internal-link-manager.php around line 143, just after

    // Create REGEX find/replace

Viewing 1 replies (of 1 total)
  • The topic ‘Alt and Titles in URL links for SEO’ is closed to new replies.