このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

My Related Posts

説明

This plugin is based around the concept of lists. You can create a list, then assign posts to it. (A post can only be on one list.) When a list is created, you edit the blog posts and assign them to the list. When a blog post is assigned to a list, they can be listed in your blog posts.

This plugin differs from the other ones out there, because it does no magic! (And that’s a good thing). You have to create a list. Assign various blog posts to that list.

You have complete control of your related posts, making this plugin a great asset when you create a series of blog posts, with different parts or chapters.

インストール

  1. Upload my-related-posts to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘My related posts’ menu in WordPress

It easy to use!

There are two ways to use this plugin. You can either edit your theme (file: my-theme/single.php) and add the following snippet: echo myrelposts_getrelated($title);
(The $title is optional, but let’s you specify a title to to appear before the actual related posts are listed.)

Or you can use a shortcode tag and add it manually to the posts you’d like!

Just add the following shortcode tag: [myrelposts-related title=”my title”]
(The title is optional, but let’s you specify a title to to appear before the actual related posts are listed.)
Get related posts and pages, using the list name!
A new feature in version 1.2 is that you can get a list of related posts, by passing the list name in the shortcode tag!
[myrelposts-related list=”my related post list”]
Using the list tag, causes the plugin NOT to look at the current post’s meta information, so use this tag wisely.
(as a bonus feature, you can use wildcards, text , in the list title.)
There’s more!

FAQ

A question that someone might have

An answer to that question.

評価

このプラグインにはレビューがありません。

貢献者と開発者

My Related Posts はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“My Related Posts” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

Short list of changes in the different versions of the plugin.
Version 1.2
* You can now add pages to the related lists. * You can show a list of pages and posts, based on a list name