﻿=== WP CUSTOM FIELD REPEATER ===

Contributors:      cordiace
Plugin Name:       WP CUSTOM FIELD REPEATER
Plugin URI:        https://wordpress.org/plugins/wp-custom-field-repeater/
Tags:              wp, fields, custom fields, repeater fields, metafield, text area, Image, file type, Custom field for Image
Author:            Cordiace Solutions
Author URI:        http://www.cordiace.com
Requires at least: 5.2
Requires PHP:      7.2 
Tested up to:      5.2
Stable tag:        1.0
Version:           1.0

== Description ==

The *WP CUSTOM FIELD REPEATER* is a plugin is used to add multiple custom fields. The *WP CUSTOM FIELD REPEATER* allows you to quickly and easily add fields to Wordpress edit screen with only a few clicks. After activating the plugin you get a section called 'Repeater Fields', in that section you can add custom fields, and link them to corresponding page. After creating the repeater we can see the fields in the linked page, then we can duplicate the fields, multiple times as we needed, the user can fill the values in the fields, that values will display in the theme or template using the shortcode. Load and display custom fields value in any theme template file with our shortcode. Now we have an only text field, text area, and image upload, using the image upload field you can upload images and using the shortcode you can get the upload image URL.

== Installation ==

This section describes how to install the plugin and get it working.
 
1. Install as regular WordPress plugin.
2. Activate the plugin through the 'Plugins' menu in WordPress

After activate plugin you will see “Repeater Fields” menu at left side on WordPress dashboard click “New” and create a repeater with fields and link that repeater with any page.

**How to use on page**
When creating repeater open the linked page for edit then you can see the created fields at the buttom of your page, you can repeate those fields multiples times using the add another button and remove if not needed.

**Using shortcode on page**

To display the values in the field you can use the given simply shortcodes, There are two types of shortcode provided one is for displaying individual fields value and one is for displaying the entire fields row.

*shortcodes are:*

1. [wprp "field-name" "1"] or [wprp field-name 1] this is a individual shortcode
2. [wprp-row 1] or [wprp-row "1"] this shortcode is for displaying the values of entire fields row

== Upgrade Notice ==

== Screenshots ==

1. Creating a repeater with multiple fields for test page and linking it to test page
2. Showing the created fields in test page
3. Using the Repeater feature the added fields duplicated
4. Adding shortcode for diaplaying field values for individual fields and entire row
5. Displaying the fields values as per shortcode in the test page  

== Changelog ==

== Frequently Asked Questions ==

= What kind of support do you provide? =

Providing support for multiple custom fields with fields repeater option and that can be used any wp pages.

= Do I need to have coding skills to use *WP CUSTOM FIELD REPEATER* ? =

No everyone with a basic knowledge about wordpress can use this plugin

= How can I use this plugin? =

Install the plugin as regular wordpress plugin then you can create the fields from  “Repeater Fields” option from WordPress dashboard and link to pages under WordPress.

= How can I display the custom fields? =

To display the custom fields you create a repeater with custom fields and also add page to link that repeater then save the repeater, Now you can see the custom fields in the linked page

= How can I display the custom fields value in my theme? =

To display the custom fields value in your theme you can use the given simple shortcodes