Assign Widgets

Assign Widgets plugin will help you assign widgets to specific pages or create custom widget areas

Our Assign Widgets plugin will help you assign widgets to specific pages or create custom widget areas. Plugin options are located under every WordPress widget area and they will help you control following settings;

Option Type Default Description
Widget visibility type string hide ( not applicable if no assigned pages ) From predefined select options Hide on selected pages/types and Show only on selected pages/types choose if the widget should be shown or hidden on selected pages.
Assigned pages or view types array null Use predefined page types to assign your widget. Start typing the page name to activate page search utility that will help you assign widget to a specific page.
New widget area name string empty Input box that will generate your widget area once you click on Add new widget area button and will generate the widget are position code that you can use in your theme or plugin template files.

Assign Widgets WordPress Plugin in Action

Example usage for custom widget areas

In your theme or plugin template files add;

<?php dynamic_sidebar( 'replace_with_position_found_under_generated_widget_title' ); ?>