=== Dashboard quick links widget === Contributors:hemthapa Donate link: http://www.hemthapa.com Tags: dashboard, quick links , admin, dashboard widget, widget, administration, Requires at least: 3.0 Tested up to: 4.7.2 Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This lightweight plugin allows user to create a Dashboard widget with frequently accessed wp-admin menu for quick access. == Description == This lightweight plugin allows user to create a Dashboard widget with frequently accessed wp-admin menu for quick access. I originally develop this plugin after spending hours of time creating client/user documentation for every WordPress projects. Instead of writting step by step navigation documentation, I used this script to organize all necessary links on the single widget for non-technical users. As a developer, I also use this script myself to organize frequently accessed wp admin links for quick access. If you have any feedback or queries please contact developer at hemthapa.com == Installation == 1. Install the plugin from within the Dashboard or upload the directory `dashboard-quick-link-widget` and all of its contents to the `/wp-content/plugins/` directory of your website 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Configure the widget options and links on Settings->Dashboard links widget. 4. Preview and confirm the dashboard widget. 4. That's all, Now user can simply click on the button in the dashboard widget to access the page. == Frequently Asked Questions == = How to format the list of the links? = You need to put each link in separate line in following format (fourth parameter, i.e. font awesome icon class is optional) Link text | Button link | Button text | font-awesome icon class For eg: Post new blog article | /wp-admin/post-new.php | Create new post | fa-cog == Screenshots == 1. Dashboard widget preview 1. plugin settings dialog == Changelog == = 1.2 - 17 Feb 2017 = * Fix: Scripts are enqueued, Fontawesome CDN updated * Minor usability improvements = 1.1 - 29 Sep 2016 = * Added Font Awesome icon on widget links. = 1.0 - 20 Sep 2016 = * Initial release.