Hi everyone, How would I go about changing the dashbaord of the wordpress admin? I need to add more subpanels in the dashboard and also change the existing one. Can anyone please point me to the right resources for this task? Thanks Amit
You'll basically need to write a plugin and use hooks for the admin dashboard. Check the API reference for the hooks you need: http://codex.wordpress.org/Plugin_API/Action_Reference You may also want to look at the source code of the admin dashboard to see which hooks are being called.