Descrição
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 codeor
<?php echo do_shortcode('[multiimg id="your_taxonomy_id" taxname="your_taxonomy_name"]'); ?>
in any template.
Recursos:
- 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
Ecrãs
Instalação
- Upload the
multiupload-in-taxonomy
folder to the/wp-content/plugins/
directory. - Activate the plugin using the ‘Plugins’ menu in your WordPress admin panel.
- Select the custom taxonomy name from admin ‘AI Multiupload In Taxonomy’ menu page and save it.
- Create a page or a post and insert the shortcode [multiimg id=”your_taxonomy_id” taxname=”your_taxonomy_name”].
- 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
Perguntas frequentes
-
No Questions
Avaliações
Contribuidores e programadores
“Multiupload In Custom Taxonomy” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “Multiupload In Custom Taxonomy” para o seu idioma.
Interessado no desenvolvimento?
Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.
Registo de alterações
1.0
- First version.
1.1
- Resolve bug when no field is image is selected.
1.2
- Modify Plugin.