Dashboard
The main home screen inside WP Admin that displays site activity, quick-draft tools, update notices, and at-a-glance stats in movable widget panels.
The Dashboard is the first screen you see after logging into WordPress. It’s the home base of WP Admin — a single page that pulls together site health notices, recent activity, quick publishing tools, and update alerts. Think of it as the command center for your entire WordPress installation.
Worth noting that the Dashboard and WP Admin are not the same thing. WP Admin is the entire backend area (posts, pages, settings, plugins). The Dashboard is specifically the landing page at the top of the left-hand menu.
How It Works
When you log in, WordPress loads the screen registered at index.php inside the admin. The Dashboard is built from a collection of widget panels that WordPress calls “dashboard widgets.” Each panel is a self-contained box showing a specific type of information.
The default widgets include:
- At a Glance — post count, page count, comment count, and your current theme
- Activity — recent posts and comments
- Quick Draft — a mini post editor for jotting down ideas
- Site Health Status — flags for PHP version, HTTPS, and plugin conflicts
- WordPress Events and News — upcoming meetups and core blog posts
You can rearrange these by dragging them, or hide panels you don’t need using the Screen Options tab in the top-right corner.
Plugins frequently add their own dashboard widgets. I installed a fresh site and activated five popular plugins — within minutes, the Dashboard had panels for security scan results, SEO scores, and backup status. If your Dashboard feels cluttered, Screen Options is your best friend.
Adding a Custom Dashboard Widget
Developers can register their own widget with a small snippet in a plugin or theme’s functions.php: