Banner for Custom Widget Area
A simple plugin to create custom widget area. Wordpress Tutorial
Noted That:
  • To install correctly this custom-widget-area.zip .
  • Fisrt Download the custom-widget-area.zip to your computer
  • Extract/Open custom-widget-area.zip to Your Computer.
  • Then, Find readme.txt file inside custom-widget-area.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 " custom-widget-area.zip " to Your Local Computer.

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

Login to Wordpress Custom Widget Area

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

Go to Plugin Install Custom Widget Area

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

Click Upload Button Custom Widget Area

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

Upload Plugin Custom Widget Area

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

Activate Custom Widget Area

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

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



Guide

How to install Custom Widget Area

  1. Download Custom Widget Area.
  2. Upload it into your plugins directory from Plugin Add Feature or FTP.
  3. It will create a directory /wp-content/plugins/custom-widget-area/
  4. Active Custom Widget Area Plugin.

After installing and activating this plugin, it will create Header Widget Area.
Assign any widget in This Header Widget Area Plugin.

Simply copy and paste these lines within php tag, where you want to show custom widget content.

if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Header Widget Area’)) :

endif;

You will need to write some css for it. That’s it.


Name