R
Rishtaara
WordPress Fundamentals
Lesson 10 of 32Article15 min

Navigating the WordPress Dashboard

After logging in at yoursite.com/wp-admin, you land on the Dashboard — a summary screen showing site activity, quick draft options, and WordPress news.

First look at wp-admin

After logging in at yoursite.com/wp-admin, you land on the Dashboard — a summary screen showing site activity, quick draft options, and WordPress news.

The left sidebar is your main control panel: Posts, Media, Pages, Comments, Appearance, Plugins, Users, Tools, and Settings. Every major task in this course happens through one of these menu items.

Real-life example: The dashboard sidebar is like the control panel of a washing machine — each button (menu item) triggers a specific job; you do not need to understand the internal wiring to use it well.

  • Posts — write and manage blog-style content
  • Media — your uploaded images, videos, and files
  • Pages — static content like About or Contact
  • Comments — moderate reader discussion
  • Appearance — themes, widgets, menus, Customizer
  • Plugins — install and manage add-on features
  • Users — manage accounts and roles
  • Settings — site title, permalinks, reading/writing preferences

The admin toolbar and quick actions

At the very top of every wp-admin screen (and even on the live site, if you are logged in) sits the admin toolbar — quick links to add new posts, check comments, and visit your live site.

Hovering over your site name on the top-left toolbar and clicking Visit Site is the fastest way to preview changes without leaving the admin area in a new tab every time.

Tip: Bookmark wp-admin/post-new.php if you write posts often — it skips the extra click from the Posts menu.
Useful wp-admin URLs to remember
yoursite.com/wp-admin              # dashboard home
yoursite.com/wp-admin/post-new.php # write a new post
yoursite.com/wp-admin/edit.php     # all posts list
yoursite.com/wp-admin/upload.php   # media library
yoursite.com/wp-admin/plugins.php  # installed plugins

Screen Options and Help — hidden but useful

Most admin screens have a Screen Options tab in the top-right corner. It lets you show or hide columns, adjust how many items appear per page, and simplify a cluttered list view.

Next to it, the Help tab gives quick context-sensitive documentation for whatever screen you are viewing — handy when a setting's purpose is not obvious.

Real-life example: Screen Options is like adjusting your car seat and mirrors before driving — a small setup step that makes every future trip more comfortable.