Plugin info

Total downloads: 2,139
Active installs: 10
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 7/19/2020 (1992 days ago)
Added to WordPress: 7/12/2014 (11 years old)
Minimum WordPress version: 3.6
Tested up to WordPress version: 5.4.18
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1992 days ago • 2 reviews

22/100

Is Multiupload In Custom Taxonomy abandoned?

Possibly abandoned (last update 1992 days ago).

Compatibility

Requires WordPress: 3.6
Tested up to: 5.4.18
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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 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

Installation

  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

Frequently Asked Questions

No Questions

Review feed

No reviews available

Screenshots

  1. Selection of custom taxonomy name in WordPress admin panel.

    Selection of custom taxonomy name in WordPress admin panel.

  2. Multiupload button in add screen of custom taxonomy.

    Multiupload button in add screen of custom taxonomy.

  3. Create a page or a post and insert the shortcode [multiimg id="your_taxonomy_id" taxname="your_taxonomy_name"] into the text.

    Create a page or a post and insert the shortcode [multiimg id="your_taxonomy_id" taxname="your_taxonomy_name"] into the text.

Changelog

1.0

  • First version.

1.1

  • Resolve bug when no field is image is selected.

1.2

  • Modify Plugin.