Skip to content

WordPress Admin Dashboard — Complete Tour of Every Menu Screen and Setting

DodaTech Updated 2026-06-27 12 min read

In this tutorial, you'll navigate every menu and screen in the WordPress admin dashboard — from posts and pages to plugins, users, and settings.

What You'll Learn

  • How to log in and what to expect on the Dashboard screen
  • The purpose of the Toolbar (Admin Bar) and how to use it
  • Every menu item in the left sidebar explained
  • Posts, Pages, Media, and Comments — the content management section
  • Appearance: themes, customize, widgets, menus, and theme file editor
  • Plugins: install, activate, update, and manage
  • Users: roles, profiles, and user management
  • Tools: import, export, site health, and available tools
  • Settings sections overview
  • How to use Screen Options to customize each page

Why It Matters

The WordPress admin dashboard is your command center. Every content update, design change, plugin install, and user management task happens here. Beginners often feel overwhelmed because there are so many menu items. Understanding each one gives you confidence and saves hours of hunting for options.

Real-World Use

A client calls and says, "I can't find where to change the site tagline." You walk them through: Settings > General > Tagline. Or they ask, "How do I add a new user to write blog posts?" You guide them: Users > Add New > choose the Author role. Knowing every menu item means you solve problems immediately without clicking around aimlessly.

flowchart TD
  A["WordPress Admin"] --> B["Dashboard"]
  A --> C["Content"]
  A --> D["Design"]
  A --> E["Functionality"]
  A --> F["Users"]
  A --> G["Configuration"]
  
  C --> C1["Posts"]
  C --> C2["Pages"]
  C --> C3["Media"]
  C --> C4["Comments"]
  
  D --> D1["Themes"]
  D --> D2["Customize"]
  D --> D3["Widgets"]
  D --> D4["Menus"]
  
  E --> E1["Plugins"]
  
  F --> F1["All Users"]
  F --> F2["Add New"]
  F --> F3["Profile"]
  
  G --> G1["Settings (8 sections)"]
  G --> G2["Tools"]
  
  style A fill:#38bdf8,color:#0f172a
  style C fill:#38bdf8,color:#0f172a
  style D fill:#38bdf8,color:#0f172a
  style E fill:#38bdf8,color:#0f172a
  style F fill:#38bdf8,color:#0f172a
  style G fill:#38bdf8,color:#0f172a

Logging In

After installing WordPress, visit http://your-site.com/wp-admin or http://localhost/wordpress/wp-admin. Enter the username and password you created during installation.

flowchart LR
  A["Visit /wp-admin"] --> B{"Enter credentials"}
  B -->|"Correct"| C["Dashboard screen"]
  B -->|"Wrong"| D["Error message"]
  D --> A
  
  style C fill:#38bdf8,color:#0f172a
  style D fill:#ef4444,color:#fff

The Dashboard Screen

The Dashboard is the first screen you see after logging in. It's your overview of site activity. By default it shows:

  • Welcome box — quick links to common tasks
  • At a Glance — number of posts, pages, comments, and theme/PHP version info
  • Quick Draft — write a quick post without opening the full editor
  • WordPress News — latest from the WordPress world
  • Activity — recent posts, comments, and scheduled content

These are called Dashboard widgets. You can drag them around, hide them, or add new ones via Screen Options.

The Toolbar (Admin Bar)

The black bar across the top appears on both the admin and the front end when you're logged in. It gives you quick access to:

  • WordPress logo — menu: About WordPress, documentation, support forums, feedback
  • Site name — hover to see "Visit Site" which opens your site in a new tab
  • Updates — notification bubble when core, theme, or plugin updates are available
  • Comments — number of pending comments
  • New — quick links to add a new post, page, media, user, or plugin
  • Howdy, [username] — link to edit your profile
  • Screen Options (admin only) — toggle meta boxes on/off for the current page

The Left Menu

Posts

Posts are time-based content — blog entries, news articles, updates. The Posts menu contains:

  • All Posts — list of every post on your site. You can filter by category, date, and status (published, draft, pending).
  • Add New — open the editor to write a new post.
  • Categories — manage the taxonomy for grouping posts.
  • Tags — manage keyword tags for posts. Unlike categories, tags are not hierarchical.

The difference between categories and tags: Think of categories as chapters in a book (broad topics) and tags as the index at the back (specific keywords). A post about "Installing WordPress" might belong to the "Tutorials" category and have tags like "installation", "XAMPP", "Docker".

Media

The Media Library stores every image, video, document, and audio file you upload to WordPress.

  • Library — grid or list view of all files. Click any file to see its attachment details (URL, file size, dimensions, alt text, caption).
  • Add New — upload new files via drag-and-drop or the file browser.

WordPress automatically creates multiple image sizes when you upload a full-size image: thumbnail, medium, medium-large, large, and full. This is why you might upload a 4000px photo but WordPress serves a scaled-down version on your blog page. We'll cover this in depth in the Settings lesson.

Pages

Pages are static, timeless content — About, Contact, Privacy Policy, Homepage. Unlike posts:

  • Pages are not listed by date
  • Pages do not appear in RSS feeds
  • Pages can be organized hierarchically (a page can have child pages)
  • Pages support custom templates (selectable from the Page Attributes box)

The Pages menu mirrors Posts: an All Pages list, an Add New button, and no built-in taxonomies.

Comments

Visitors can leave comments on your posts. The Comments screen shows:

  • All — every comment on your site
  • Pending — comments awaiting your approval
  • Approved — comments you've approved
  • Spam — comments caught by the spam filter
  • Trash — deleted comments

Each comment shows the author, comment text, and the post it belongs to. You can approve, reply, edit, mark as spam, or trash comments from this screen.

Appearance

The Appearance menu controls how your site looks and is laid out. The exact items depend on your theme.

  • Themes — browse installed themes and add new ones. WordPress comes with a default theme. You can search, install, and activate themes from the WordPress.org Repository without leaving this screen.
  • Customize — opens the live preview customizer. Changes you make (colors, fonts, layout) appear in real time before you publish them. Only available for classic themes.
  • Widgets — add content blocks to widget areas (sidebars, footers). In block themes, this is replaced by the Site Editor.
  • Menus — create navigation menus and assign them to menu locations. Each theme defines which locations are available (Primary Menu, Footer Menu, etc.).
  • Theme File Editor — directly edit theme PHP files from the browser. Warning: A single syntax error can break your entire site. The editor includes a syntax check, but always edit locally and deploy.

Plugins

Plugins extend WordPress functionality. The Plugins menu shows:

  • Installed Plugins — list of all plugins on your site. You can activate, deactivate, update, or delete them.
  • Add New — search the WordPress Plugin Directory from within your admin. Over 60,000 free plugins are available.
  • Plugin File Editor — same as the theme editor but for plugin files. Same warning applies.

Always check three things before installing a plugin: last updated date, number of active installations, and user ratings. A plugin not updated in 2 years may not work with the latest WordPress.

Users

The Users section manages everyone who can log into your site.

  • All Users — list of registered users. Click any username to edit their profile.
  • Add New — create a new user account. You must set a username and email; a password is auto-generated.
  • Profile — edit your own profile: name, contact info, biographical info, and admin color scheme.

Each user has a role that defines what they can do:

Role Capabilities
Super Admin Full access across a multisite network
Administrator Full access to the entire single site
Editor Publish and manage all posts, including other users' posts
Author Publish and manage their own posts
Contributor Write and manage their own posts but cannot publish
Subscriber Manage their own profile only

Tools

The Tools menu contains utilities for moving data in and out of WordPress.

  • Available Tools — lists tools provided by your installation (e.g., Category/Tag Converter).
  • Import — import content from Blogger, Ghost, LiveJournal, Movable Type, RSS, Tumblr, and WordPress (via WXR file).
  • Export — download all your content as a WXR (WordPress eXtended RSS) file. This XML file contains every post, page, comment, category, and tag. Keep a copy as a backup.
  • Site Health — two screens: Info (server details, active theme/plugins, file paths) and Status (checks for common configuration issues). WordPress runs automated tests and flags problems like outdated PHP version, slow database queries, and REST API availability.
  • Import/Export Personal Data — GDPR Compliance tools. Users can request a data export or erasure.

Settings

The Settings menu is broken into sections, each covered in the next lesson. Briefly:

  • General — site title, tagline, URL, admin email, timezone, date/time format
  • Writing — default post category, post via email, update services
  • Reading — front page display, posts per page, RSS settings, search visibility
  • Discussion — comment settings, avatars, email notifications
  • Media — image sizes, upload organization
  • Permalinks — URL structure for pages and posts
  • Privacy — privacy policy page selection

Screen Options

Every admin screen has a Screen Options tab at the top right. Click it to show or hide meta boxes on that screen. For example, on the All Posts screen, you can toggle the display of columns like Author, Categories, Tags, Comments, and Date.

Screen Options is your best friend when you feel the admin is cluttered. Hide what you don't use, show what you need.

Learning Path

flowchart LR
  A["What is WordPress?"] --> B["Local Installation"]
  B --> C["Admin Dashboard
← You are here"]:::current C --> D["Settings Guide"] D --> E["WordPress Hosting"] classDef current fill:#38bdf8,color:#0f172a,stroke-width:2px

Common Mistakes

  1. Using the Theme File Editor for production changes. Editing theme files directly in the admin is risky. One PHP syntax error breaks all pages. Always edit locally, use version control, and deploy through Git.

  2. Installing plugins without checking ratings and compatibility. An abandoned plugin can cause security vulnerabilities. Check the plugin's tested-up-to version and its support forum before installing.

  3. Giving new users Administrator role by default. New users should get the minimum role needed. A Contributor can write posts but can't publish them or change settings. Author can publish their own posts but can't edit others. Only grant Administrator to trusted users.

  4. Ignoring the Updates notification. The badge on the left menu tells you how many updates are pending. Delaying updates leaves your site exposed to known vulnerabilities. Update plugins and themes weekly, core immediately for security releases.

  5. Not using Screen Options. Beginners often think the admin is cluttered or missing information. Screen Options lets you hide columns you don't need and show ones you do. Customize each screen for your workflow.

Practice Questions

  1. What is the difference between the Posts and Pages menus? Answer: Posts are time-based content that appear in RSS feeds and blog archives. Pages are static, hierarchical content that don't appear in feeds. Posts have taxonomies (categories, tags); pages don't.

  2. What user role should you give someone who needs to write and publish their own blog posts but not edit anyone else's content? Answer: The Author role. Authors can write, edit, and publish their own posts, upload media, and manage their own profile. They cannot access settings, plugins, themes, or other users' posts.

  3. What does the Screen Options tab do? Answer: It lets you show or hide meta boxes on the current admin screen. You can also control how many items appear per page on list screens. It's per-user and per-screen, so each user can customize their own interface.

  4. Challenge: Log into your WordPress admin and visit every single menu item. For each screen, write down: (a) what it does, (b) one setting or feature you found interesting, (c) whether you'd use this screen regularly. Create a cheat sheet you can refer to later.

FAQ

### Why can't I see all the menu items mentioned?

Some menu items only appear based on your theme, active plugins, or user role. For example, Appearance > Editor only appears for themes that support it. Plugins add their own menu items. If you're not an Administrator, some menus are hidden.

What is the difference between Customize and the Site Editor?

Customize is the older live preview system for classic themes. The Site Editor is the newer Full Site Editing interface for block themes. If you're using a block theme (Twenty Twenty-Four and later), the Site Editor replaces Customize, Widgets, and Menus under Appearance.

Can I change the admin color scheme?

Yes. Go to Users > Profile and choose from eight color schemes: Default, Light, Modern, Blue, Coffee, Ectoplasm, Midnight, Ocean, Sunrise, or Sunset. The plugin Admin Color Schemes adds even more options.

How do I change the number of items shown per page on list screens?

Open Screen Options at the top of any list screen (All Posts, All Pages, etc.). There's a field labeled "Number of items per page." The default is 20.

How do I reset my admin password?

If you're logged in: Users > Profile, scroll to Account Management, click Set New Password. If you're locked out: visit /wp-login.php?action=lostpassword and enter your email. WordPress sends a password reset link.

Mini Project

Build a custom admin experience:

  1. Create a new user with Editor role and a new user with Author role.
  2. Log in as the Editor. Note which menu items are available and which are hidden.
  3. Log in as the Author. Compare the available menu items.
  4. Write a post as the Author, submit it for review, then log in as the Editor and publish it.
  5. Customize your own admin: choose a different color scheme, hide Dashboard widgets you don't need, and set Screen Options on All Posts to show only Title, Categories, Date, and Author columns.

This exercise teaches you to navigate the admin from different user perspectives — essential knowledge for building client sites and managing teams.

What's Next

Now that you know every menu item in the admin, let's explore the Settings sections in detail:

Continue to Lesson 4: Settings Guide — Master general, writing, reading, discussion, media, permalinks, and privacy settings.

Related lessons:

Built by the developers of DodaTech

Doda Browser, DodaZIP & Durga Antivirus Pro