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

Featured Custom Posts Widget

説明

This plugin was initially designed as a theme function but we thought it might come in handy for someone else. It is designed to use the following plugins:

Of course you can create your own custom post types and taxonomies but the Custom Post Type UI plugin makes very light work of it.

The plugin creates a widget for adding featured posts. There are other plugins that do this but Featured Custom Posts allows for custom post types and taxonomies. It was created to show featured products that were created as custom post types.

Features

  • Select number of posts to display (default: 10)
  • Post Type
  • Custom Taxonomy
  • Custom Taxonomy Term

New In Version 1.1

  • Added Permalink Base for post URL (Defaults to post’s GUID)
  • Added Post Title as the link text if Taxonomy Images plugin isn’t present

Example Usage

Custom Post Type: “products”
Taxonomy: “product-tags”
Taxonomy Term: “featured”

In this example our custom post type of “products” allows us to add products in a similar way to posts. Now with our custom taxonomy of “product-tags” we can tag our products with the tag “featured”. Plug this information into the widget via the wp-admin area and you’re all set!

Future Updates

  • Allow for multiple taxonomy terms
  • Add thumbnail size support

スクリーンショット

  • View of widget in wp-admin

インストール

To install this plugin please use the “install” feature from the WordPress site.

FAQ

How do I use the Permalink Base feature?

This gives you a way to add a custom slug in front of your post_name in the URL if you’re using permalinks. If your permalink structure looks like /%category%/%postname%/ then your permalink base might look like /products, for example. You can also use a single forward slash to produce something like example.com/post-name

評価

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

貢献者と開発者

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

貢献者

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

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

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

変更履歴

1.1.0

  • Added: Permalink Base for post URL (Defaults to post’s GUID)
  • Added: Post Title as the link text if Taxonomy Images plugin isn’t present

1.0.1

  • Added: Functionality that checks if “Taxonomy Images” plugin is active and in use
  • Added: Class “featured-custom-posts” to list of custom posts

1.0.0

  • Initial setup