在functions.php里添加
//文章内链接新窗口打开 function autoblank($text) { $return = str_replace('<a', '<a target="_blank"', $text); return $return; } add_filter('the_content', 'autoblank');
本文作者为祝兜兜,转载请注明。
在functions.php里添加
//文章内链接新窗口打开 function autoblank($text) { $return = str_replace('<a', '<a target="_blank"', $text); return $return; } add_filter('the_content', 'autoblank');
本文作者为祝兜兜,转载请注明。