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

flexo-posts-manager

説明

Choose from which category and how many posts you want to show, as is shown
name and picture of the contents of this publication.

How to use

  1. From the Administration -> settings go to post manager options enter data, generate code copy and paste the desired place in post
  2. FlexoPostManager::category_post($_args); where $ _args is an array of type
    $args = array(
    ‘category’ => ‘pictures’,
    ‘count’ => 5,
    ‘h_num’ => 3,
    ‘master_class’ => ‘post-preview’,
    ‘return’ => false,
    ‘title_first’ => true,
    ‘template_func’ => ‘format_post_as_picture’,
    ‘order_by_postmeta’ => array(
    ‘key’ => ‘fb_score’,
    ‘order’ => ‘DESC’
    ),
    );
    you can put this wherever you want in header, in sidebar …..

スクリーンショット

  • screenshot-1.png
  • screenshot-2.png

インストール

  1. Download.
  2. Unzip.
  3. Upload to the plugins directory.
  4. Activate the plugin.
  5. Have a nice work.

FAQ

評価

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

貢献者と開発者

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

貢献者

“flexo-posts-manager” をあなたの言語に翻訳しましょう。

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

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

変更履歴