
What Is the WordPress Dashboard and How to Navigate It?
The WordPress dashboard is the admin screen you land on after logging in, and the control center for every part of your site: writing posts, managing pages, installing plugins, changing themes, and configuring settings all happen from here. It's reachable at yoursite.com/wp-admin, and it's the same layout whether you're running a personal blog or a multi-author publication, just with more or fewer menu items depending on what's installed.
If you're new to WordPress, the dashboard can feel like a lot at once. This guide breaks down every section of the left-hand menu and the main screen so you know where to go for any given task.
Logging In
Go to yoursite.com/wp-admin or yoursite.com/wp-login.php — both lead to the same login screen. Enter your username (or the email tied to your account) and password. If you've forgotten either, use the Lost your password? link, which emails a reset link to the address on file.
Once logged in, you land on the Dashboard > Home screen by default.
The Dashboard Home Screen
This is the overview page, made up of a few widgets:
- At a Glance — a quick count of your posts, pages, and comments, plus which WordPress version and theme are active.
- Activity — recently published posts and the latest comments awaiting moderation.
- Quick Draft — a small form to jot down a post title and a few notes without opening the full editor.
- WordPress Events and News — updates from the WordPress project itself.
None of these widgets are essential to using WordPress day-to-day, but "At a Glance" is a fast way to confirm an update went through, and the comment widget is a quick way to catch spam before it's approved by accident.
The Left-Hand Admin Menu
This sidebar is where you'll spend most of your time. Here's what each item does:
Posts
Everything related to blog content: All Posts (a list of every post, with filters for status and category), Add New (the post editor), Categories, and Tags. If your site is primarily a blog, this is the menu item you'll use most.
Media
Your uploaded files — images, PDFs, videos, and anything else added through the media uploader. Library shows everything you've uploaded; Add New lets you upload directly without attaching a file to a specific post first.
Pages
Static content that isn't part of the blog stream: an About page, a Contact page, a homepage if you're using a static front page. Functionally similar to Posts, but pages don't have categories/tags and aren't included in the blog feed by default.
Comments
A moderation queue for every comment left across the site. From here you can approve, mark as spam, trash, or reply to comments in one place, rather than hunting through individual posts.
Appearance
Everything visual:
- Themes — install, activate, and customize your site's theme.
- Customize (on classic themes) or the Site Editor (on block themes) — live-preview changes to colors, layout, and widgets.
- Widgets — manage sidebar and footer content blocks (classic themes only; block themes handle this through the Site Editor instead).
- Menus — build and assign navigation menus to theme locations.
Plugins
Install, activate, deactivate, and delete plugins. If you're not sure what a plugin actually does or how it hooks into WordPress, what WordPress plugins are and how they work is worth reading before you start installing things freely.
Users
Manage every account on the site. WordPress ships with five built-in roles — Administrator, Editor, Author, Contributor, and Subscriber — each with a different set of capabilities. An Administrator can do everything, including installing plugins and changing settings; a Contributor can only write and edit their own drafts, without the ability to publish.
Tools
A grab-bag of utility screens: Import/Export (move content between WordPress sites or convert from another platform), Site Health (a diagnostic report on performance and security issues), and any tool screens added by installed plugins.
Settings
Site-wide configuration:
- General — site title, tagline, timezone, and the WordPress/Site Address URLs.
- Writing — default post category, default post format.
- Reading — whether the homepage shows your latest posts or a static page, and how many posts appear per page.
- Discussion — comment moderation rules and notification settings.
- Media — default image sizes.
- Permalinks — the URL structure for posts and pages. Getting this right early matters more than it looks; see what permalinks are in WordPress for how the different structures affect SEO and link stability.
The Top Admin Bar
Running along the very top of every admin screen (and, if you're logged in, the front end of your site too):
- Site name — a shortcut back to your site's homepage.
- Comments icon — a quick link to the moderation queue with a count of pending comments.
- + New — a dropdown to quickly create a new post, page, media upload, or user.
- Your username (far right) — account settings and the Log Out link.
Customizing the Dashboard to Fit How You Work
A few options make the dashboard less cluttered once you know your way around:
- Screen Options (top-right of most admin screens) lets you toggle which columns and boxes appear, and how many items list screens show per page.
- Drag-and-drop dashboard widgets — on the Home screen, you can rearrange or collapse widgets you don't use.
- Admin color schemes — under Users > Profile, you can switch the admin UI's color scheme, purely cosmetic but useful if you manage several sites and want to visually tell them apart at a glance.
Frequently Asked Questions (FAQ) About the WordPress Dashboard
The dashboard's exact menu items depend on which plugins and theme are active. A page builder plugin, an e-commerce plugin like WooCommerce, or a block theme instead of a classic one will all add or change menu items compared to a bare WordPress install.
Posts are timestamped, chronological content, usually the blog: they belong to categories and tags and show up in your site's main feed. Pages are for static, standalone content like an About or Contact page, and don't have categories, tags, or a place in the blog feed by default.
This usually means your account doesn't have Administrator privileges. Only Administrators can install or manage plugins and themes; Editors and lower roles are intentionally restricted from these areas since changes there affect the whole site.
It runs a series of checks against your server environment, PHP version, HTTPS status, and known plugin/theme issues, then scores overall site health and flags specific items to fix. It's a good first stop if something feels off but you're not sure what changed.
Yes, use Screen Options in the top-right corner of the Home screen to show or hide individual widgets, and drag widgets into a different order or collapse them by clicking their title bar.
wp-login.php is specifically the login form. wp-admin is the whole admin area; visiting it while logged out redirects you to wp-login.php first. Once authenticated, both URLs effectively land you inside the same dashboard.
If you're logged in, click your site name in the top admin bar visible on the front end, then look for a "Dashboard" or "Edit Page" link in that same bar, or just navigate directly to yoursite.com/wp-admin.
Conclusion
The WordPress dashboard looks intimidating on day one, but it breaks down into a handful of predictable sections: content (Posts, Pages, Media), people (Users), extensibility (Plugins, Appearance), and configuration (Settings, Tools). Once you know which menu owns which job, finding your way around any WordPress install, not just your own, gets a lot faster.
Spend a few minutes clicking through each menu item on a fresh install before you start building. It's the fastest way to build a mental map of where everything lives, and it'll save you time every time you come back to make a change.


