The WordPress Dashboard Explained — A Complete Beginner's Tour
You have just installed WordPress, you have typed in your username and password, and now you are staring at a screen full of menus, widgets, and options that makes absolutely no sense. Trust me — I have been there. I remember the first time I logged into the WordPress dashboard back in the day, and my immediate reaction was "okay, what do I click?"
My name is Marvin, and after building WordPress sites for over a decade, navigating the dashboard is second nature to me. But I vividly remember how confusing it was at the beginning. This guide is the one I wish I had when I started — a complete, plain-English tour of every single section of the WordPress dashboard, what it does, and when you will actually use it.
By the time you finish reading this, you will know your way around wp-admin like a pro. Let us get into it.
How to Access the WordPress Dashboard
Before we tour the dashboard, you need to know how to get there. Your WordPress dashboard (also called "wp-admin" or the "admin area") lives at:
yourdomain.com/wp-admin
Type that into your browser, enter the username and password you created during WordPress installation, and you are in. You can also reach the login page at yourdomain.com/wp-login.php — both work the same way.
Pro tip: Bookmark your login page. You will be visiting it a lot, and typing "/wp-admin" every time gets old fast. I also recommend using a password manager like Bitwarden or 1Password — your WordPress password should be long, random, and unique, which means you will never remember it on your own.
The Dashboard Home Screen
The first thing you see after logging in is the Dashboard home screen. Think of it as your WordPress command center. It shows you a summary of what is happening on your site through several widgets — small boxes of information that you can rearrange, collapse, or remove.
The default widgets include:
- At a Glance — shows you how many posts, pages, and comments your site has, which theme is active, and which version of WordPress you are running.
- Activity — your most recent posts and comments in one place.
- Quick Draft — a miniature editor for jotting down a blog post idea without leaving the dashboard. I have to be honest, I have never once used this. I always go to Posts > Add New instead. But it is there if you like it.
- WordPress Events and News — upcoming WordPress meetups and community news. Mildly useful if you want to stay plugged into the WordPress ecosystem.
- Site Health Status — tells you if there are any issues with your WordPress installation, like outdated PHP versions, inactive plugins, or security concerns. This one is actually worth paying attention to.
Customizing the Dashboard Home
Most people do not realize you can customize this screen. Click the "Screen Options" tab in the top-right corner and you can toggle individual widgets on or off. You can also drag and drop widgets to rearrange them.
Personally, I hide everything except "At a Glance" and "Site Health Status." The rest is noise I do not need. The less cluttered your dashboard, the easier it is to focus on what matters — which is creating content and managing your site.
The Left Sidebar — Your Main Navigation
The left sidebar is where you will spend 99% of your time in WordPress. It is the main menu that gives you access to every feature and setting. Let me walk you through each item from top to bottom.
Posts — Where Your Blog Lives
Click on Posts and you will see a submenu with four items:
- All Posts — a list of every blog post on your site. You can search, filter, sort, and bulk-edit posts from here.
- Add New Post — opens the block editor (also called Gutenberg) where you write and format your content.
- Categories — organize your posts into broad topics. For example, this site has categories like "Getting Started," "Plugins," and "Themes."
- Tags — more specific labels for your posts. If a category is like a book's chapter, a tag is like an index entry.
Posts are the bread and butter of any WordPress blog. They are displayed in reverse chronological order (newest first) and are what most people think of when they think "blog content." Every article you are reading on ZeroToWP.com is a post.
Posts vs. Pages — An Important Distinction
This confused me for an embarrassingly long time when I started with WordPress, so let me clear it up: Posts are for time-based content like blog articles and news updates. Pages are for static, timeless content like your About page, Contact page, or Privacy Policy.
The key differences:
| Feature | Posts | Pages |
|---|---|---|
| Displayed in blog feed | Yes | No |
| Have categories and tags | Yes | No |
| Show author and date | Yes (usually) | No (usually) |
| Appear in RSS feed | Yes | No |
| Can be hierarchical (parent/child) | No | Yes |
| Best for | Blog articles, news, updates | About, Contact, Legal pages |
When in doubt: if it is something you would write once and update occasionally (like an About page), make it a page. If it is something you will write regularly (like blog posts), make it a post.
Media — Your File Library
The Media section is where WordPress stores every image, video, PDF, and other file you upload. Click on it and you get two views:
- Library — a grid or list view of all your uploaded files. You can search, filter by type or date, and edit file details like alt text and captions.
- Add New Media File — a drag-and-drop area for uploading new files.
A few things worth knowing about the Media Library:
- WordPress creates multiple sizes of every image you upload. When you upload a photo, WordPress generates a thumbnail, medium, large, and full-size version. This happens automatically and is controlled in Settings > Media.
- Always add alt text to your images. Alt text describes what is in an image for screen readers and search engines. It is important for accessibility and SEO. I make it a habit to add descriptive alt text to every single image I upload.
- File organization is limited. WordPress stores files in date-based folders (like /uploads/2026/03/) but does not have a folder system in the Media Library interface. If this bothers you, a plugin like FileBird or Real Media Library can add folder functionality.
- Optimize images before uploading. Large images slow down your site. I run all my images through ShortPixel or TinyPNG before uploading, or use a plugin that optimizes them automatically on upload.
Pages — Your Static Content
The Pages section works almost identically to Posts — you get "All Pages" and "Add New Page." The editor is the same block editor. The only difference is how pages are treated on the front end of your site (no dates, no categories, no blog feed).
Every WordPress site needs a few essential pages:
- Home page — either a static page or your blog feed (you choose in Settings > Reading).
- About page — who you are and what your site is about.
- Contact page — how visitors can reach you. A simple form using WPForms Lite or Contact Form 7 works great.
- Privacy Policy — legally required in most jurisdictions if you collect any data (including cookies and analytics). WordPress actually generates a template for you under Settings > Privacy.
I usually create these four pages within the first hour of setting up a new WordPress site, even if they are just placeholder content. It gives the site structure right away.
Comments — Managing Reader Interaction
The Comments section shows you every comment left on your site. From here, you can approve, reply to, edit, spam, or delete comments. If you have comment moderation enabled (and you should), new comments will show up here as "Pending" until you approve them.
A word about spam: the moment your site gets any traffic at all, you will start receiving spam comments. It is inevitable. Install an anti-spam plugin like Antispam Bee (free) or Akismet (free for personal sites) from day one. On one of my sites, I was getting 50+ spam comments per day before I set up Antispam Bee. After installing it, spam dropped to maybe one or two per week that slipped through.
Appearance — Controlling Your Site's Look
This is where you control the visual design of your site. The submenu items here depend on which theme you are using, but typically include:
- Themes — browse, install, activate, and delete themes. You can have multiple themes installed but only one active at a time.
- Customize (or Editor in block themes) — the live customizer that lets you adjust your site's appearance and preview changes in real time. This is where you set your site title, colors, fonts, header layout, footer content, and more.
- Widgets — in classic themes, widgets are small blocks of content you can place in sidebars, footers, and other widget areas. Common widgets include search bars, recent posts lists, category lists, and custom text. Block themes handle this differently through the Site Editor.
- Menus — create and manage your navigation menus. You can build menus from pages, posts, categories, or custom links, then assign them to locations in your theme (like the main header navigation or a footer menu).
Classic Themes vs. Block Themes
WordPress is in a transition period right now. Older "classic" themes use the Customizer, widgets, and the traditional menu system. Newer "block themes" (also called Full Site Editing themes) use the Site Editor, which lets you design your entire site — headers, footers, page templates, everything — using the same block editor you use for writing posts.
If you are just starting out, I would recommend a classic theme like GeneratePress or Astra. The Customizer is more intuitive for beginners, and there are far more tutorials available. Block themes are the future, but the experience is still a bit rough around the edges in 2026.
Plugins — Extending WordPress
The Plugins section is your gateway to WordPress's massive ecosystem of extensions. You have two submenu items:
- Installed Plugins — a list of all plugins currently on your site, whether they are active or inactive. From here, you can activate, deactivate, update, or delete plugins.
- Add New Plugin — search and install plugins from the WordPress.org plugin directory (over 60,000 free plugins) or upload a plugin zip file you purchased from a third-party marketplace.
Some important plugin management tips:
- Delete plugins you are not using. Inactive plugins can still be a security risk if they have vulnerabilities. If you are not using it, delete it — do not just deactivate it.
- Keep plugins updated. Plugin updates often include security patches. I check for updates at least once a week, and I have auto-updates enabled for trusted plugins.
- Less is more. Every plugin you add increases your site's load time and potential attack surface. I try to keep my active plugin count under 15. If I can accomplish something with my theme's built-in features or a small code snippet, I skip the plugin. I go deeper on choosing the right plugins in my must-have plugins guide.
- Read reviews before installing. Check the star rating, the number of active installations, when it was last updated, and whether it is compatible with your version of WordPress. A plugin that has not been updated in two years is a plugin you should probably avoid.
Users — Managing Who Has Access
The Users section lets you manage everyone who has an account on your WordPress site. For a personal blog, this might just be you. For a multi-author site or a business, you might have several users with different access levels.
WordPress has five built-in user roles:
| Role | What They Can Do |
|---|---|
| Administrator | Everything. Full control over the entire site — themes, plugins, settings, all content, and other users. |
| Editor | Manage and publish all content (their own and others'), but cannot change themes, plugins, or site settings. |
| Author | Write and publish their own posts, upload files, but cannot edit others' content. |
| Contributor | Write posts but cannot publish them — they submit for review. Cannot upload files. |
| Subscriber | Can only read content and manage their own profile. The most limited role. |
For most personal sites and small blogs, you will be the only user with the Administrator role. But if you ever bring on a guest author or hire a writer, create them an Author or Contributor account — never give them your Administrator credentials. I learned this one the hard way when a freelance writer I hired accidentally deleted a page because I had given them admin access. Always use the principle of least privilege.
The Profile submenu lets you edit your own user profile — your display name, bio, profile picture (via Gravatar), and contact information. The display name is what appears on your published posts, so make sure it is set to whatever you want readers to see (usually your first name or full name, not your login username).
Tools — Import, Export, and More
The Tools section is a bit of a catch-all. The default items include:
- Available Tools — usually shows a "Categories and Tags Converter" link, which lets you convert categories to tags and vice versa. Not something you will use often.
- Import — tools for importing content from other platforms (Blogger, Tumblr, another WordPress site, etc.). If you are migrating from WordPress.com to self-hosted WordPress, this is where you would import your exported content.
- Export — export your entire site's content (posts, pages, comments) as an XML file. Useful for backups or for migrating to another WordPress installation.
- Site Health — a detailed diagnostic page that checks your server configuration, WordPress settings, and installed themes/plugins for potential issues. This is more detailed than the dashboard widget version and worth checking once in a while.
Many plugins also add their own items to the Tools menu. For example, I have seen import/export utilities for SEO plugins, redirection tools, and database cleanup tools show up here.
Settings — The Core Configuration
The Settings section is where you configure the fundamental behavior of your WordPress site. There are several sub-pages, and it is worth going through each one when you first set up your site.
General Settings
This is where you set your:
- Site Title — the name of your website, displayed in browser tabs and (usually) your header.
- Tagline — a short description of your site. Some themes display this under the site title. I usually set this to something descriptive for SEO purposes.
- WordPress Address and Site Address — these should both be your site's URL with "https://". Do not change these unless you know exactly what you are doing — a wrong URL here can lock you out of your site.
- Email Address — the admin email address where WordPress sends notifications.
- Timezone, Date Format, Time Format — set these to match your location and preferences. I always forget to do this and then wonder why my published post times look weird.
Writing Settings
Controls default behavior for writing posts. The most relevant option is the Default Post Category — which category new posts are assigned to if you forget to pick one. I set this to my most-used category so I do not end up with a bunch of posts in "Uncategorized" (which looks unprofessional and is terrible for SEO).
Reading Settings
This is an important one. Here you decide:
- Your homepage displays — either your latest posts (classic blog style) or a static page. Most modern websites use a static front page with a separate blog page.
- Blog pages show at most — how many posts per page on your blog feed. I usually set this to 10.
- Search engine visibility — a checkbox that tells search engines not to index your site. Make absolutely sure this is unchecked when your site is live. I have seen people leave this checked for months and wonder why Google never finds their site. It is only useful while you are building your site and not ready for visitors yet.
Discussion Settings
Controls how comments work on your site. Key settings include:
- Allow people to submit comments on new posts — turn this off if you do not want comments at all.
- Comment must be manually approved — I strongly recommend enabling this. It means every comment goes into a moderation queue before it appears on your site, which prevents spam from showing up publicly.
- Comment author must have a previously approved comment — a middle ground that auto-approves returning commenters but moderates first-time commenters.
- Avatar display — whether to show Gravatar profile pictures next to comments.
Media Settings
Defines the default image sizes WordPress generates when you upload an image:
- Thumbnail size — default 150x150 pixels.
- Medium size — default 300x300 pixels.
- Large size — default 1024x1024 pixels.
I usually leave these at their defaults. Some theme developers recommend specific sizes — check your theme's documentation if you are unsure.
Permalink Settings
This controls the URL structure of your posts and pages. This is one of the first things you should configure on a new WordPress site. The default WordPress permalink structure is ugly (?p=123) and terrible for SEO.
I always use "Post name" — which creates URLs like yoursite.com/your-post-title/. Clean, readable, and good for search engines. Once you set your permalink structure, do not change it after you start publishing content, because all your existing URLs will break (unless you set up proper 301 redirects, which is a headache you want to avoid).
Privacy Settings
Lets you designate a page as your Privacy Policy page. WordPress generates a template to help you get started, but you should customize it to accurately reflect what data your site collects (cookies, analytics, contact form submissions, etc.).
The Admin Toolbar
At the very top of the dashboard (and on the front end of your site when you are logged in), you will see a dark toolbar. This is the Admin Toolbar (also called the Admin Bar). It gives you quick access to:
- Visit your site — click your site name to jump to the front end.
- New content shortcuts — hover over "+ New" to quickly create a new post, page, or media upload without navigating through the sidebar.
- Comments — shows a count of pending comments.
- Updates — shows a count of available updates for WordPress core, themes, and plugins.
- Your profile — click your name or avatar to edit your profile or log out.
The Admin Toolbar is visible on the front end of your site too (only to you, not to visitors). Some people find this annoying — if you want to hide it, go to Users > Your Profile and uncheck "Show Toolbar when viewing site."
Screen Options and Help Tabs
At the top right of almost every dashboard page, you will find two tabs that most people never notice: Screen Options and Help.
- Screen Options — lets you customize what is displayed on the current page. On the Posts list, for example, you can choose which columns to show (author, categories, tags, date, etc.) and how many posts to display per page. On the Dashboard home, you can toggle widgets. I use this all the time to clean up screens and show only the information I care about.
- Help — opens a brief explanation of the current page. WordPress's built-in help documentation is actually decent, though I find it a bit sparse for complete beginners.
Dashboard Tips and Tricks
After a decade of living inside the WordPress dashboard, here are some tips that will make your life easier:
Keyboard Shortcuts
WordPress has built-in keyboard shortcuts for comment moderation. Go to Users > Your Profile and enable "Keyboard Shortcuts" to unlock them. In the Comments screen, you can then use j/k to navigate between comments, a to approve, s for spam, d for delete, and more. If you get a lot of comments, these shortcuts are a massive time-saver.
Collapse the Sidebar
At the bottom of the left sidebar, there is a small "Collapse menu" link. Click it and the sidebar shrinks to just icons, giving you more screen real estate for the content area. Click any icon to expand the submenu temporarily. I keep my sidebar collapsed most of the time — I know what each icon means by now, and the extra space is nice.
Use the Block Editor's Distraction-Free Mode
When you are writing a post in the block editor, click the three-dot menu in the top right and select "Distraction free." This hides all the sidebars and toolbars, leaving just you and your content. I use this every time I write — it makes a huge difference for focus.
Check Site Health Regularly
The Tools > Site Health page runs automated checks on your WordPress installation. It will flag things like outdated PHP versions, inactive plugins, missing modules, and security recommendations. I check this page once a month or so. It has caught issues I would not have noticed otherwise — like a plugin that was silently throwing errors in the background.
Set a Custom Dashboard Color Scheme
Go to Users > Your Profile and you will find a row of color schemes. The default is a dark gray/blue scheme, but you can switch to other options like "Sunrise" (orange/red), "Ocean" (green/blue), or "Coffee" (brown tones). Purely cosmetic, but if you manage multiple WordPress sites, using different color schemes for each one can help you instantly know which site you are working on. I use the default for live sites and "Sunrise" for staging sites so I never accidentally make changes on the wrong site.
Bookmark Your Most-Used Pages
Instead of navigating through the sidebar every time, bookmark the pages you visit most. For me, that is:
- yourdomain.com/wp-admin/edit.php — the All Posts screen
- yourdomain.com/wp-admin/post-new.php — create a new post
- yourdomain.com/wp-admin/plugins.php — manage plugins
- yourdomain.com/wp-admin/update-core.php — check for updates
What Plugins Add to the Dashboard
Once you start installing plugins, your dashboard will start to change. Many plugins add their own menu items to the left sidebar, their own widgets to the dashboard home, and their own settings pages. For example:
- Rank Math / Yoast SEO — adds a dedicated SEO menu with settings, redirections, search console integration, and more.
- WooCommerce — adds several menu items including Products, Orders, Customers, and Analytics. It basically turns your dashboard into an e-commerce management system.
- Wordfence — adds a security menu with firewall settings, malware scanning, and login security options.
- WPForms — adds a Forms menu where you create and manage contact forms.
This is why I recommend keeping your plugin count low. Each plugin you add makes the dashboard a little more cluttered. On one client site, I counted 14 extra menu items added by plugins — the sidebar was so long you had to scroll to see everything. After cleaning up unnecessary plugins, we got it down to a manageable 6 extra items.
Mobile Dashboard Access
The WordPress dashboard is responsive and works on mobile browsers, but the experience is... not great on a phone. Everything is technically accessible, but the small screen makes detailed work like editing posts or configuring settings cumbersome.
WordPress also has an official WordPress app (available for iOS and Android) that is actually pretty decent for basic tasks like writing and publishing posts, moderating comments, and checking stats. I use it occasionally to approve comments when I am away from my computer, but for any real work, I wait until I am at my desk.
Security Tips for the Dashboard
Your WordPress dashboard is the control room for your entire website. Protecting it should be a priority:
- Use a strong, unique password. I cannot stress this enough. Use a password manager and generate a random password of at least 20 characters. "admin123" or "password" will get your site hacked — it is not a matter of if, but when.
- Change the default "admin" username. If you used "admin" as your username during installation, create a new administrator account with a different username, log in as the new account, and delete the old "admin" account. Attackers try "admin" first in every brute-force attempt.
- Enable two-factor authentication. Plugins like WP 2FA or Wordfence's login security add an extra layer of protection. Even if someone gets your password, they cannot log in without the second factor.
- Limit login attempts. Plugins like Limit Login Attempts Reloaded or Wordfence's built-in feature block IP addresses after too many failed login attempts, shutting down brute-force attacks.
Final Thoughts
The WordPress dashboard can feel overwhelming when you first encounter it, but I promise it gets familiar fast. After a week or two of regular use, you will be navigating it without thinking twice. The key is to not get intimidated by all the options — you do not need to understand everything on day one.
Focus on the essentials first: Posts for writing, Pages for static content, Appearance for how your site looks, and Settings > Permalinks for your URL structure. Everything else can wait until you need it.
If you have not set up your WordPress site yet, head over to my complete guide to building a WordPress website to get started from scratch. And if you have just finished installing WordPress and found this guide helpful, the next step is to start creating content — which is, after all, the whole point of having a website.
Feel free to bookmark this page and come back whenever you need a reminder of where something lives in the dashboard. I still occasionally reference guides like this when a WordPress update moves things around — it happens more often than you might think.
Written by Marvin
Our team tests and reviews WordPress products to help beginners make confident choices.
Learn more about our team →