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

Easy Taxonomy Images

説明

Easy Taxonomy Images is very light plugin which allows you to have featured and or cover images for category tags and custom taxonomies

Features

Extremely lightweight

Support cover images & feature images for all category tags & custom taxonomies

easy to use settings

How to use - Backend

Install and activate the plugin

Navigate to Dashboard > Easy Taxonomy Images

Disable Taxonomies for which you do not need featured and or cover Image (there is option to keep both cover & feature or any of these or none of these for each taxonomy )

Set default feature Image & Cover Image

Now go to any of your chosen taxonomy edit/add page, there you can add feature and or cover image as enabled

How to use - Frontend

Easy Taxonomy Image provides you with two functions :

taxonomy_featured_image place it on any of the category templates it will display the feature image of the current category

taxonomy_cover_image place it on any of the category templates it will display the cover image of the current category

To fetch featured or cover image of any particular term just pass term_id as first argument in the function, like so :

taxonomy_featured_image(34); - display featured image term with id = 34

スクリーンショット

  • Settings - Disable taxonomies in feature image & category image section if you dont need for that particular taxonomy and also configure default images
  • Taxonomy Edit page - you can add remove / update feature & cover images here
  • Taxonomy Quick Edit page
  • Taxonomy Add page

インストール

  1. Upload plugin zip contents to wp-contents/plugin directory and activate the plugin

評価

2017年10月4日
Quick edit seems to don't work for me also i got an upload/remove field in the custom taxonomy overwiev page, not just inside the single term
2件のレビューをすべて表示

貢献者と開発者

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

貢献者

“Easy Taxonomy Images” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.0

  • Initial Version.

1.0.1

  • Removed depricated filters.