WP Admin Links is a simple plugin that provides a widget and a template tag wpadminlinks() that display a dorp-down list with links to admin pages that the user has access to.
You can insert wp_admin_links() anywhere in your template, or you can add the
included widget to your sidebar.
The template tag tages 4 arguments. Defaults:
wp_admin_links('Admin links', '', '', true)
Three links are shown for all users: Dashboard, Your Profile and
Logout, They are in a section (<optgroup>) with your site name as title.
Other links are only shown if the user has sufficient rights to access that page. Sections are only shown if there are indeed links in them. For instance, an author will see Wite Post and Magange Posts, but not Write Page or Magange Pages. Editors will see the latter two. Admins see everything.




