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

Multiupload In Custom Taxonomy

説明

We provide advance level of support for installation and customization at $10/hour.

Click here for more information

Multiupload in taxonomy is a wordpress plugin which provides facility of uploading multiple images in custom taxonomy.
To get uploaded images’ IDs simply insert [multiimg id=”your_taxonomy_id” taxname=”your_taxonomy_name”] in any page or post content or paste this php code

or <?php echo do_shortcode('[multiimg id="your_taxonomy_id" taxname="your_taxonomy_name"]'); ?> in any template.

Features:

  • Easy to install.
  • Easy to understand coding standard.
  • Easy to enable/disable multiupload in custom taxonomy.
  • Validation for uploading images only.
  • Easy to call using two method one is using shortcode [multiimg id=”your_taxonomy_id” taxname=”your_taxonomy_name”] and other using paste this php code
    or

Plugin Develop by August Infotech Visit website

スクリーンショット

  • Selection of custom taxonomy name in WordPress admin panel.
  • Multiupload button in add screen of custom taxonomy.
  • Create a page or a post and insert the shortcode [multiimg id="your_taxonomy_id" taxname="your_taxonomy_name"] into the text.

インストール

  1. Upload the multiupload-in-taxonomy folder to the /wp-content/plugins/ directory.
  2. Activate the plugin using the ‘Plugins’ menu in your WordPress admin panel.
  3. Select the custom taxonomy name from admin ‘AI Multiupload In Taxonomy’ menu page and save it.
  4. Create a page or a post and insert the shortcode [multiimg id=”your_taxonomy_id” taxname=”your_taxonomy_name”].
  5. You can add <?php do_shortcode('[multiimg id="your_taxonomy_id" taxname="your_taxonomy_name"]'); ?> or
    shortcode in any template.

Plugin Developed by August Infotech Visit website

FAQ

No Questions

評価

2016年9月3日
It helped me a lot. In addition I could help back reporting a little bug that was quickly fixed in 1.2 version. Good job guys.
2件のレビューをすべて表示

貢献者と開発者

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

貢献者

“Multiupload In Custom Taxonomy” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.0

  • First version.

1.1

  • Resolve bug when no field is image is selected.

1.2

  • Modify Plugin.