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

Posts in Posts

説明

Posts in Posts will allow you to grab recent posts based on category, tag or just recent posts. Then it will display thoses posts in a list in the post or page you have called the Posts in Posts on. It’s as easy as all you need to do is write a HTML-esq bit of code.

[posts type=”category” name=”Lipsum” limit=”4″ date=”d-m-Y”]

This will then output 4 posts from the category ‘Lipsum’.

インストール

Installation is as simple as adding the ‘posts-in-posts’ folder to your wp-contents/plugins folder or downloading through WordPress itself. From there you’ll need to add the short code to where you want the post to be displayed; here are a list of the options.

  • ‘type’ : ‘category’, ‘tag’, ‘recent’ or blank will use ‘recent’

  • ‘name’ : the name of a given category or tag in your wordpress taxonmy or if left blank then it will resort to outputting nothing unless the type is ‘recent’ or blank

  • ‘limit’ : the number of posts you want to display in a given call or if left blank then it resolves to the default of ‘5’

  • ‘date’ : use the standard date format for php or if left blank then it won’t display a date

FAQ

None yet, feel free to ask either on WordPress, GitHub or contacting me

評価

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

貢献者と開発者

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

貢献者

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

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

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

変更履歴

0.6

  • Updaed readme.txt to use correct shortcode
  • Added shortcode [showposts] for compatability

0.5

  • First available public release.