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

CodeFlavors Featured Post

説明

Convert your current theme into a masonry style theme by simply using a shortcode or a widget. You will no longer be tied to a certain theme that implements masonry to get a good looking masonry layout.

CodeFlavors Featured Post allows you to feature any WordPress post type into posts and pages by using the shortcode implemented by the plugin. Besides the featured posts shortcode, the plugin implements a widget that does the exact same thing.

You can use this plugin to display any post type, be it image, regular post, page, WooCommerce product or whatever else.

To display featured posts into the front-end the plugin uses the templates it implements (by default, only 2 are available Fancy and Default) and also offers the possibility to create custom templates that can be used to display the featured posts.

Features:

  • Feature any post type;
  • Responsive options for displaying posts;
  • Plenty of options for choosing posts (post type, taxonomy, number of posts, skipped posts, template);
  • Compatible with Visual Composer;
  • Compatible with any WordPress theme;
  • Feature posts by using the shortcode or the widget;
  • TinyMCE editor interface for choosing featured posts.

Links:

  • Documentation on plugin usage and structure;
  • Forum (while we try to keep up with the forums here, please post any requests on our forums for a faster response);

スクリーンショット

  • The featured post templates available by default (left - template Default, right - template Fancy).
  • WordPress editor button that opens the visual interface.
  • CodeFlavors Featured Post widget.
  • Visual Composer component.

インストール

  1. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

評価

2017年2月3日
Works perfectly and does what it says. Thanks for the great work!
2016年9月3日 1 reply
Doesn't work on my site - loading the page is fine at first, but subsequent loads / refreshes causes the layout to look very strange. Also loading Bootstrap CSS is incredibly lazy developing, it changes the base style of my site completely. Wouldn't recommend until both issues are resolved.
2件のレビューをすべて表示

貢献者と開発者

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

貢献者

“CodeFlavors Featured Post” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.1.1

  • Enqueue Bootstrap.css before theme styles to avoid changing the styling

1.1

  • Added Bootstrap.css support for responsive layouts;
  • Added Masonry.js support;
  • Created filter “cfp_bootstrap_css” that when returns “false” will prevent the plugin from loading bootstrap.css from CDN:
    add_filter(‘cfp_bootstrap_css’, ‘__return_false’) // this will prevent the plugin from loading bootstrap;
  • Created filter “cfp_enqueue_masonry_js” that when returns “false” will prevent the plugin from loading and using Masonry.js;
    add_filter(‘cfp_enqueue_masonry_js’, ‘__return_false’) // this will prevent the plugin from loading masonry;
  • Added new option for widget and shortcode for the number of columns that the posts should be displayed in pages.

1.0

  • プラグインをリリース