WordPress 文章内容里的超链接使用新窗口打开
在functions.php里添加
//文章内链接新窗口打开 function autoblank($text) { $return = str_replace('<a', '<a target="_blank"', $text); return $return; } add_filter('the_content', 'autoblank');
1。隐藏的权限内容含有文章资源下载地址等信息。
2。链接失效或文章信息有误,请留言。
2。链接失效或文章信息有误,请留言。