wordpress plugin - search engine related posts
Table of content
Description
Usage
Download
History
Link
Description
中文说明
当用户从google搜索到你的博客上,这个wordpress 插件会根据用户搜索的关键词显示你的博客上更多的相关内容。目前也只对google生效,下一个版本将对baidu生效。
这个插件完全使用javascript加上google的api完成,不需要占用服务器端的资源,环保且安全。
English version
When someone is referred from a search engine like Google, the plugin show your blog content matched the terms they search for.
Usage
中文说明:
解压
在wordpress模板中添加一个id为search_content的html标签,比如
PLAIN TEXT
CODE:
<div id="search_content" style="display:none;">
<h1>相关搜索结果</h1>
</div>
复制search_related_posts.php到wp-contents/plugin目录,并激活插件.
done! 现在你可以试着从google搜索上先搜到自己的博客,然后点击进去看看插件的效果。
English version:
unzip it
Put <div style="display:none" id="search_content"></div> at the place in your template where you want the list of related posts
Copy search_related_posts.php to direcotry wp-contents/plugin and [...]