Descrizione
This is Meta Repeater plugin. Its used to create dynamic meta fields for post and custom post types.
Custom Options
1. Install Plugin
2. Select post types
3. It has three types of inputs types
There are:
1. Text
2. URL and
3. Text area
Display Functions
1. Display meta `<?php the_wpmr_field( 'key_name' ); ?>`
2. Get individual meta `<?php echo get_wpmr_field( 'post_id', 'key_name' ); ?>`
3. Display meta repeater `<?php the_wpmr_repeater(); ?>`
4. Get individual meta `<?php echo get_wpmr_repeater( 'post_id' ); ?>`
Screenshot
Installazione
- Go to Plugins > Add New.
- Type in the name of the “WP Metarepeater” or descriptive keyword, author, or tag in Search Plugins box or click a tag link below the screen.
- Find the WordPress Plugin you wish to install.
3.1 Click Details for more information about the Plugin and instructions you may wish to print or save to help setup the Plugin.
3.2 Click Install Now to install the WordPress Plugin. - The resulting installation screen will list the installation as successful or note any problems during the install.
- If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.
FAQ
- Installation Instructions
-
- Go to Plugins > Add New.
- Type in the name of the “WP Metarepeater” or descriptive keyword, author, or tag in Search Plugins box or click a tag link below the screen.
- Find the WordPress Plugin you wish to install.
3.1 Click Details for more information about the Plugin and instructions you may wish to print or save to help setup the Plugin.
3.2 Click Install Now to install the WordPress Plugin. - The resulting installation screen will list the installation as successful or note any problems during the install.
- If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.
- Go to Plugins > Add New.
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“WP Metarepeater” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “WP Metarepeater” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.0
- New: WP Metarepeater plugin