Banner for Wp Custom Data
Through WP Custom Data you can easily use your custom fields with any theme or plugin. Wordpress Tutorial
Noted That:
  • To install correctly this wp-custom-data.zip .
  • Fisrt Download the wp-custom-data.zip to your computer
  • Extract/Open wp-custom-data.zip to Your Computer.
  • Then, Find readme.txt file inside wp-custom-data.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-data.zip " to Your Local Computer.

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

Login to Wordpress Wp Custom Data

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

Go to Plugin Install Wp Custom Data

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

Click Upload Button Wp Custom Data

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

Upload Plugin Wp Custom Data

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

Activate Wp Custom Data

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

Noted that: If you do not see " Wp Custom Data " 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 Data Configurations and Settings or How to work " Wp Custom Data " 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 Data " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is WP Custom Data
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

How to Install

  1. Upload the entire ‘wp-custom-data’ folder to the ‘/wp-content/plugins/’ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Use WP Custom Data in the Widget section

How to Use

  1. Add the widget in any section (e.g. Default Sidebar)
  2. Write your data in the rows
  3. To display your data, use the PHP code:
  4. $list = get_option('wp-custom-data');
  5. echo $list['rowX'];
  6. where X is the number of the row you want display

Name