=== Privilege Widget === Contributors: fuzzguard Donate link: tags: widget, widgets, privilege, sidebar, sidebars Requires at least: 3.9 Tested up to: 3.9 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == This plugin allows you to display widgets based on if a user is logged in, logged out, an Admin User or to All Users. This solves the problem of having to modify theme functions.php files to add in widget restrictions based on users status. The changes in functions.php is often overwritten by a theme update. This plugin removes that worry, as you can update the theme, independent of the plugin. == Installation == 1. Upload the `plugin` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Go to Appearance > Widgets 1. Add a widget to a sidebar. 1. Edit the widget accordingly. First select whether you'd like to display the item to all logged in users, all logged out users, Admin Users or All Users (Default). 1. Save the changes to each individual widget. == Frequently Asked Questions == = I cannot see the options for Privilege Widget under widgets in the Admin Panel? = You need to add the widget to a sidebar before you can change the display status on the widget. == Screenshots == 1. View of the rescriction option added to each widget in the admin panel so you can restrict the display of each widget. == Changelog == = 1.0 = * Gold release