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

TCL Categories Image

説明

TCL Categories Images Plugin allow users to add an image to category or custom taxonomies.You can easily assign an image to each category/taxonomy or tag and then display image for category/taxonomy/archive template via following functions.

Usage:

<?php if (function_exists('tclTaxonomyImage')) tclTaxonomyImage(); ?> to display image
<?php if (function_exists('tclTaxonomyThumbUrl')) echo tclTaxonomyThumbUrl(); ?> to get URL

Here, You can specify image size as a second parameter

<?php if (function_exists('tclTaxonomyImage')) tclTaxonomyImage(NULL,'thumbnail'); ?> to display image
<?php if (function_exists('tclTaxonomyThumbUrl')) echo tclTaxonomyThumbUrl(NULL,'thumbnail'); ?> to get URL

スクリーンショット

  • Categories image submenu under settings tab
  • Categories image setting detail page
  • Add new category page where you can add image to a category
  • Edit a category page where you can edit/add image to a category

インストール

Categories Images Plugin allow users to add an image to category or custom taxonomies.You can install it like other plugins.You can add plugin through admin panel
1.Visit the Plugins > Add New and search for TCL Categories Image.
2. Click to install and then activate
3.Go to posts->categories or any other taxonomy and add category image

OR you can also upload plugins file to plugins folder and activate it through plugins tab.

FAQ

Installation Instructions

Categories Images Plugin allow users to add an image to category or custom taxonomies.You can install it like other plugins.You can add plugin through admin panel
1.Visit the Plugins > Add New and search for TCL Categories Image.
2. Click to install and then activate
3.Go to posts->categories or any other taxonomy and add category image

OR you can also upload plugins file to plugins folder and activate it through plugins tab.

評価

2件のレビューをすべて表示

貢献者と開発者

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

貢献者

“TCL Categories Image” をあなたの言語に翻訳しましょう。

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

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