所有分类
  • 所有分类

  • Warning: Attempt to read property "name" on null in /www/wwwroot/loudigu.com/wp-content/themes/modown/header.php on line 289

wordpress网站自动添加关键词的方法

要做好wordpress网站的seo,在文章中添加关键词是非常有必要的,如果每次都手动添加,会比较麻烦。

下面给大家介绍一种非插件实现自动添加关键词的方法:

在主题函数functions.php中加入下面代码:

functionreplace_text_wps($text){
	$replace=array(
		'518主题巴士'=>'<arel="externalnofollow"target="_blank"href="https://www.518theme.com"rel="bookmark"title="518主题巴士">518主题巴士</a>',
		'踏云网络'=>'<arel="externalnofollow"target="_blank"href="https://www.tayun123.com"rel="bookmark"title="踏云网络">踏云网络</a>'
	);
	$text=str_replace(array_keys($replace),$replace,$text);
	return$text;
}add_filter('the_content','replace_text_wps')

根据自己网站的需要,把关键词和链接添加进去即可,非常的方便。

原文链接:https://loudigu.com/wordpress%e7%bd%91%e7%ab%99%e8%87%aa%e5%8a%a8%e6%b7%bb%e5%8a%a0%e5%85%b3%e9%94%ae%e8%af%8d%e7%9a%84%e6%96%b9%e6%b3%95.html,转载请注明出处~~~
0
广告位招租
本站愿景:打造一个更专业的更完善的WP华语交流互助平台,助力WP华语生态蓬勃发展
显示验证码
没有账号?注册  忘记密码?