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

Featured Image for Categories and pages.

説明

Featured image enables the user to set different featured image for each category, sub category or page. This is best applied for affiliate add images in the header or sidebar for each category or page.
The image can be displayed anywhere in the site using Shortcode or PHP function.

インストール

Installation :

  1. Unzip the plugin and place it under Plugins directory.
  2. goto plugins from WordPress admin and activate the plugin.

Usage :

  1. After installation each category and page will have options for adding header image / add image.

  2. The image can be displayed o front-end by using shortcode [‘header_ads_image’] or Use <?php if (function_exists('hmk_taxonomy_image_url')) echo hmk_taxonomy_image_url(); ?> to get the url and put it in any img tag in header or any page template.

Also from settings menu you can exclude any taxonomies from the plugin to avoid conflicting with another plugins like WooCommerce!

FAQ

Installation Instructions

Installation :

  1. Unzip the plugin and place it under Plugins directory.
  2. goto plugins from WordPress admin and activate the plugin.

Usage :

  1. After installation each category and page will have options for adding header image / add image.

  2. The image can be displayed o front-end by using shortcode [‘header_ads_image’] or Use <?php if (function_exists('hmk_taxonomy_image_url')) echo hmk_taxonomy_image_url(); ?> to get the url and put it in any img tag in header or any page template.

Also from settings menu you can exclude any taxonomies from the plugin to avoid conflicting with another plugins like WooCommerce!

評価

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

貢献者と開発者

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

貢献者

“Featured Image for Categories and pages.” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.0 Initial Release