EN | ES

Lesson 03: The WordPress Dashboard Tour

Objectives


Accessing the Dashboard

  1. Start your site in Local WP
  2. Click "WP Admin" or navigate to http://learning-wordpress.local/wp-admin/
  3. Log in with your credentials (admin / admin)

The first thing you see after logging in is the Dashboard Home.


Dashboard Home Screen

The Dashboard home shows a collection of widgets (information panels):

Welcome Panel

At a Glance

Activity

Quick Draft

WordPress Events and News

Customizing the Dashboard


The Admin Sidebar - Section by Section

The left sidebar is your main navigation. Let's go through each item:

1. Dashboard

2. Posts

Where you manage blog posts (date-based, chronological content).

3. Media

The Media Library — all uploaded files (images, PDFs, videos, audio).

4. Pages

Where you manage static pages (About, Contact, Services, etc.).

5. Comments

Manage comments left on your blog posts.

6. Appearance

Controls how your site looks.

7. Plugins

Manage site functionality.

8. Users

Manage user accounts and roles.

9. Tools

Utility features.

10. Settings

Configure how your site behaves.


The Admin Bar (Top Bar)

The dark bar at the top of every page (also visible on the front-end when logged in):

Item What It Does
WordPress logo Links to WordPress.org, documentation, and forums
Site name Hover to get a link to visit the front-end
Updates Shows if updates are available (number badge)
Comments Shows pending comments (number badge)
+ New Quick-create a new post, page, media, or user
Your name (right side) Edit profile, log out

Screen Options & Help

Two often-overlooked features at the top-right of every admin page:

Screen Options

Help


Keyboard Shortcuts

WordPress has some handy keyboard shortcuts:

Shortcut Action
Alt + Shift + N New post (in the editor)
/ Open the block inserter (in Gutenberg editor)

For comment moderation, enable shortcuts in Users → Profile → Keyboard Shortcuts.


Exercises

  1. Explore every sidebar item: Click through every section in the left sidebar. Don't change anything — just look at what's available.

  2. Customize the dashboard: Click "Screen Options" on the Dashboard home and hide everything except "At a Glance" and "Activity".

  3. Check the Settings pages: Visit each page under Settings (General, Writing, Reading, Discussion, Media, Permalinks, Privacy) and read through the options. Note what each one controls.

  4. Visit your site from the admin bar: Hover over your site name in the top bar and click "Visit Site". Then click your site name again to go back to the dashboard.

  5. Check Site Health: Go to Tools → Site Health and see what it reports. This will be more useful later, but get familiar with where it is.


Key Takeaways


Next Lesson: Lesson 04 - Posts vs Pages