這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 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.

評價

There are no reviews for this plugin.

貢獻者及開發者

“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