https://github.com/themezly/assign-widgets
Assign widgets to selected pages or create widget areas
https://github.com/themezly/assign-widgets
sidebar widget-area widgets-assigned wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
Assign widgets to selected pages or create widget areas
- Host: GitHub
- URL: https://github.com/themezly/assign-widgets
- Owner: Themezly
- License: gpl-2.0
- Created: 2017-02-14T12:31:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T22:35:31.000Z (almost 8 years ago)
- Last Synced: 2025-09-05T02:50:12.625Z (10 months ago)
- Topics: sidebar, widget-area, widgets-assigned, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/assign-widgets/
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Assign Widgets
#### [Download](https://wordpress.org/plugins/assign-widgets/)
##### Did you find this plugin helpful? Please consider leaving a [5-star review](https://wordpress.org/support/plugin/assign-widgets/reviews/).
### Assign Widgets WordPress Plugin in Action
- [Assign Widgets Plugin Demo Video](https://www.youtube.com/watch?v=XNNYcIZjoDY)
- [Assigned Widgets on Creatus.io blog page](https://creatus.io/blog/)
- [Unassigned Widgets on Creatus.io post page](https://creatus.io/dark-night-fixie/)
- [Different Widgets Assigned on Creatus.io shop homepage](https://creatus.io/shop/)
Assign Widgets plugin for WordPress 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;
### 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.
## Example usage for custom widget areas
In your theme or plugin template files add;
```php
```