Add “Help” Tab to One or All Dashboard Screens

Add “Help” Tab to One or All Dashboard Screens

If you’ve ever wanted to add explanations orĀ help documentation directly to specific dashboard screen(s), here’s how. In either a plugin, or your theme’s functions.php file, place this code: Explanation Lines 8-18: Enter your content for this tab....

Creating Admin Notices in WordPress Dashboard

Ever wanted to create one of those admin messages you see at the top of of some WordPress dashboard pages? Well its pretty simple. Just drop this into your functions.php file, or a custom plugin, and edit to fit your needs: If you want to change the color of the...