이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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