=== WP Metarepeater ===
Contributors: anand000
Tags: Repeater, Meta, Custom field, Field Repeater, Wp meta repeater, Post meta, loop, Meta repeater, Dynamic field
Requires at least: 3.0.1
Tested up to: 4.8.1
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This is Meta Repeater plugin. Its used to create dynamic meta fields for post and custom post types.

== Description ==

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 <code><?php the_wpmr_field( 'key_name' ); ?></code>
	2. Get individual meta <code><?php echo get_wpmr_field( 'post_id', 'key_name' ); ?></code>
	3. Display meta repeater <code><?php the_wpmr_repeater(); ?></code>
	4. Get individual meta <code><?php echo get_wpmr_repeater( 'post_id' ); ?></code>

== Installation ==

	1. Go to Plugins > Add New.
	2. 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.
	3. 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.
	4. The resulting installation screen will list the installation as successful or note any problems during the install.
	5. If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.


== Screenshots ==

== Changelog ==

= 1.0 =

* New: WP Metarepeater plugin 

== Upgrade Notice ==