Banner for Post Specific Widgets
Add page-specific widget areas to templates with a Sidebars: header: Wordpress Tutorial
Noted That:
  • To install correctly this post-specific-widgets.zip .
  • Fisrt Download the post-specific-widgets.zip to your computer
  • Extract/Open post-specific-widgets.zip to Your Computer.
  • Then, Find readme.txt file inside post-specific-widgets.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 " post-specific-widgets.zip " to Your Local Computer.

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

Login to Wordpress Post Specific Widgets

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

Go to Plugin Install Post Specific Widgets

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

Click Upload Button Post Specific Widgets

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

Upload Plugin Post Specific Widgets

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

Activate Post Specific Widgets

Step-7 : Then, See left Side Menu. " Post Specific Widgets " folder is added on left Side Menu. Now, Click on " Post Specific Widgets " folder.

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



Guide

Install the plugin the normal way:

  1. Upload the post-specific-widgets folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place Sidebars: code1 (Sidebar Name 1), code2 (Sidebar Name 2) in the header of your template
  4. On the Edit Post page, or from the admin bar on any post, click the ‘Page Widgets’ link to edit sidebar widgets for that page.

The header of each template that has unique sidebars should look like this:



This will enable a special sidebar with the code notes and the name Photo Notes .
From within that template (or within a file loaded by that template, such as sidebar.php ), add the usual WordPress sidebar code:


dynamic_sidebar('notes');

To add widgets to a given page:

  1. Edit the post or page
  2. If this is a page, set the page’s template to one with sidebars set up as above
  3. Save
  4. The ‘Page Widgets’ meta box will appear. Click the ‘Configure Widgets’ button.
  5. The page-specific sidebars are hilighted in yellow. Drag widgets into them, and configure them as you would other widgets.

When reading the page itself, you can also reach the ‘Page Widgets’ panel from the Appearance menu in the WordPress admin bar.


Name