该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

All Related Posts

描述

The All Related Posts plugin is a simple behavioral targetting plugin. It provides a widget which will display a specified number of relevant posts based on the user’s behavior. It however does not create a user profile or impacts user privacy.

This plugin combines functionality from several other plugins that show related posts in one way or another.

It looks for related posts in the order indicated below until it has found a per widget specified number of relevant posts.

The widget can be configured to show one or more of the following:

  • Posts related to seach engine search terms (tags and categories): This is based on the assumption that tags and categories corresponding to a user’s search terms are relevant.
  • The first post a visitor came to on a previous visit: This is based on the assumption that he previously followed a relevant link from a search engine or other website. If he returns now, he might be looking for it again.
  • Posts related to the shown post: This is based on the assumption that tags and categories are indicative for related posts. Better tagging will result in better related posts.
  • Posts related to seach engine search terms (full post content): If your tags and categories do not correspond with a user’s search terms, a full content search may result in other related posts. As this search is relatively database intensive, it is performed last. Make sure to add your blog domain name to the list of to be ignored terms in the widget, to prevent all posts with internal links to match.

Multiple widgets are supported, enabling you to show different groups of links for different scenarios with different titles.

Note: If no relevant posts or pages are found, no widget is shown.

The admin interface supports the following translations:

  • Dutch (nl_NL)
  • Slovak (sk_SK) (thanks to Branco Radenovich, WebHostingGeeks.com)
  • Traditional Chinese (zh_TW)

Support

To see how and that it works, do the following:
1. Install the plugin
2. Add a widget to a sidebar
3. Finding your blog in a search engine and then clicking on the link.
4. Browse to another post.
5. Restart your browser and go to your website’s url by typing it in the url bar or using a bookmark.

屏幕截图

  • Widget settings for All Related Posts widget
  • Resulting widget

安装

  1. Download the plugin.
  2. Upload the plugin to your wp-content/plugins directory.
  3. Activate the plugin.
  4. Drag the widget to a sidebar.
  5. Edit the sidebar title and other settings if needed.

评价

此插件暂无评价。

贡献者及开发者

“All Related Posts” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“All Related Posts”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.4

  • Compatible with WP 4.3 which does not allow PHP 4 style constructors (this is an outdated programming style)

1.0.3

  • Tested compatibility up to WordPress 3.5.1
  • Making it more clear in the admin interface that no widget will be shown when no related posst are found.
  • Translation added: Slovak (sk_SK) (thanks to Branco Radenovich, WebHostingGeeks.com)

1.0.2

  • Confirmed compatibility with WordPress 3.2

1.0.1

  • Fixed showing debug info.

1.0

  • Improved algoritm to find the most relevant posts related to the current post.
  • Added translation support for Widget settings page.
  • Added Dutch (nl_NL) and Traditional Chinese (zh_TW) translations.

0.9.1

  • Corrected an issue in one of the database queries. Now supports any wordpress database prefix.

0.9

  • Initial release