Banner for Wp Custom Field Repeater
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 fiel … Wordpress Tutorial
Noted That:
  • To install correctly this wp-custom-field-repeater.zip .
  • Fisrt Download the wp-custom-field-repeater.zip to your computer
  • Extract/Open wp-custom-field-repeater.zip to Your Computer.
  • Then, Find readme.txt file inside wp-custom-field-repeater.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " wp-custom-field-repeater.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Wp Custom Field Repeater

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Wp Custom Field Repeater

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Wp Custom Field Repeater

Step-5 : Now, Browse " wp-custom-field-repeater.zip " Downloaded plugin from your computer, Where you downloaded " wp-custom-field-repeater.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Wp Custom Field Repeater

Step-6 : Now, Click on " Active Plugin "

Activate Wp Custom Field Repeater

Step-7 : Then, See left Side Menu. " Wp Custom Field Repeater " folder is added on left Side Menu. Now, Click on " Wp Custom Field Repeater " folder.

Noted that: If you do not see " Wp Custom Field Repeater " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Wp Custom Field Repeater Configurations and Settings or How to work " Wp Custom Field Repeater " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " WP CUSTOM FIELD REPEATER " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is WP CUSTOM FIELD REPEATER
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

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

Name