将下面代码粘贴到主题functions.php文件中:
//自动为网站关键词添加链接 www.125jz.com分享 function replace_text_wps($text){ $replace = array( '网页设计' => '<a href="http://www.125jz.com/" rel="bookmark" title="网页设计">网页设计</a>', '网页制作' => '<a href="http://www.125jz.com/" rel="bookmark" title="网页制作">网页制作</a>', 'wordpress建站' => '<a href="http://www.125jz.com/" rel="bookmark" title="wordpress建站">wordpress建站</a>' ); $text = str_replace(array_keys($replace), $replace, $text); return $text; } add_filter('the_content', 'replace_text_wps');
修改以上的关键词和链接地址就可以了。
125jz网原创文章。发布者:江山如画,转载请注明出处:http://www.125jz.com/1110.html