将下面代码粘贴到主题functions.php文件中:
//Auto Link Tags function replace_text_wps($text){ $replace = array( 'bootstrap' => '<a href="http://www.511yj.com/" rel="bookmark" title="bootstrap">v</a>', '511' => '<a href="http://www.511yj.com/" rel="bookmark" title="511遇见">511</a>', 'wordpress' => '<a href="http://www.511yj.com/" rel="bookmark" title="wordpress">wordpress</a>' ); $text = str_replace(array_keys($replace), $replace, $text); return $text; } add_filter('the_content', 'replace_text_wps');
修改以上的关键词和链接地址就可以了。