Jezweb built WordPress Website will normally use visual composer.  if you have a website we recommend to use visual composer because its easier to make a column than to use widgets.

Using “Widget Logic” WordPress plugin you can allow to create any widget to display in your sidebar page separately for example in your home page, about page and contact page, this plugin lets you control the pages if what widget you want to display.

For more information about Widget Logic Plugin Click Here

Please follow the installation guide :

Step 1

Login to your WordPress Website go to  Plugins > Add New 

step1

Step 2

Type “Widget Logic” in the search box plugins and Press Enter

step2

Step 3

Click “Install Now

step3

Step 4

Click “Activate Plugin

step4

Step 5

Go to Appearance > Widgets

step5

Step 6

Select Available Widgets you want in your Primary Widget (for example Text Widget and drag it in your Primary Widget)

Assuming widget for home page, about page and contact page.

step6

Step 7

How to display this widgets in each pages

  1. Select “Home” widget for the home page and type “is_home()” in the widget logic text box and click “Save” button.
    step7
  2. Select “About” widget for the about page and type “is_page(‘about’)” in the widget logic text box and click “Save” button.
    step8
  3. Select “Contact” widget for the about page and type “is_page(‘contact’)” in the widget logic text box and click “Save” button.
    step9

Please visit your website and see the home page, about page and contact page

step11

step12

 

step13

Note : in using “is_page(‘page slug here‘)” in your widget logic you can use page slug.

step10