Administration

Browse manual On this page × Wordpress Manual WordPress Fundamentals Toggle WordPress Fundamentals section What Is WordPress? WordPress.org vs WordPress.com What Can You Build with WordPress? How WordPress Works WordPress Core, Themes, Plugins and Content Essential WordPress Terminology How to Plan a WordPress Website Domains, Hosting, DNS and HTTPS Explained How to Choose WordPress Hosting…

4 min read

  • Article
  • 4 minutes read
  • Reviewed August 4, 2026

WordPress administration is the operational layer used to configure a website, manage its software and control how its main systems behave.

The administration area includes much more than the first Dashboard screen. It contains settings, list tables, update tools, diagnostic information, import and export features, scheduled tasks, localization controls and interfaces added by themes and plugins.

This section explains those systems as a connected administrative environment rather than a collection of unrelated menus.

What You Will Learn

By completing this section, you will understand how to:

  • Navigate the WordPress administration area efficiently.
  • Distinguish the Dashboard from the wider admin interface.
  • Configure global site, writing, reading, discussion, media, permalink and privacy settings.
  • Update WordPress core, themes and plugins safely.
  • Use Site Health as a diagnostic starting point.
  • Import and export content without confusing those tools with complete backups or migrations.
  • Understand how WordPress sends email.
  • Manage scheduled tasks through WP-Cron.
  • Configure languages, time zones and localization.
  • Decide whether WordPress Multisite is appropriate.
  • Customize the administration experience responsibly.
  • Diagnose common dashboard and admin problems.

Administration Interface

The first chapter introduces the environment used by administrators, editors and other authenticated users.

Understanding the WordPress Dashboard

Learn what the Dashboard represents, how its widgets summarize activity and why the visible interface changes according to permissions, plugins and site configuration.

The WordPress Admin Toolbar

Understand the contextual toolbar shown at the top of the frontend and administration area, including its navigation shortcuts and role-dependent items.

Administration Screens, Tables and Screen Options

Learn how WordPress list tables, bulk actions, filters, searches, pagination, Screen Options and Help tabs create a consistent management interface.

Settings

The Settings area contains global options that can affect URLs, publishing, comments, media processing, privacy and the website’s public presentation.

WordPress General Settings

Configure the site title, addresses, administration email, membership, language, time zone and date formats without breaking access or routing.

Writing and Reading Settings

Control default publishing options, the homepage, the posts page, feed behaviour and search-engine visibility.

Discussion and Comment Settings

Define whether comments are accepted, how they are moderated, when notifications are sent and how avatars and discussion threads behave.

WordPress Media Settings

Understand default image dimensions, cropping behaviour and the optional organization of uploads by year and month.

Choose a stable URL structure, understand rewrite requirements and plan redirects before changing an established website.

WordPress Privacy Settings

Select a privacy policy page, review WordPress guidance and connect the policy with real data-processing practices.

Site Operations

The final chapter covers recurring administrative work and infrastructure-facing systems.

Updating WordPress Core, Themes and Plugins

Build a safe update workflow with backups, staging, compatibility checks, verification and recovery planning.

WordPress Site Health Explained

Use the Status and Info tabs to identify configuration problems and collect technical information without treating automated tests as a complete audit.

Importing and Exporting WordPress Content

Understand the WordPress export format, importer limitations, media transfer and the difference between content transfer, backup and full-site migration.

WordPress Email Delivery Explained

Learn how wp_mail() hands messages to the server or a delivery service, and why successful generation does not guarantee inbox delivery.

Scheduled Tasks and WP-Cron

Understand the request-driven scheduler used for scheduled posts, cleanup, updates and plugin tasks, including the cases where a real system scheduler is more reliable.

Languages, Time Zones and Localization

Configure site and user languages, select a suitable regional time zone and understand the difference between translating the interface and publishing multilingual content.

WordPress Multisite: An Introduction

Learn how one WordPress installation can operate a network of sites with shared software, centralized administration and site-specific content.

Customizing the WordPress Administration Area

Improve workflows through built-in preferences, dashboard widgets, columns, menus and carefully maintained custom code.

Troubleshooting WordPress Dashboard Problems

Use a safe diagnostic sequence for login problems, missing menus, slow screens, JavaScript failures, update loops and critical errors.

Who This Section Is For

Administration and Configuration is useful for website owners, editors, developers, agencies and administrators responsible for day-to-day operation and long-term maintenance.

Some tasks require server, database or deployment access beyond the WordPress interface. The manual identifies those boundaries instead of suggesting that every operational problem can be solved through the Dashboard.

How to Use This Section

Read the section in order if you are learning how to operate WordPress from the beginning. Experienced administrators can use individual documents as references, but global settings should always be reviewed in context.

A permalink change affects SEO and routing. A time-zone change affects schedules. A registration setting affects security and privacy. An update can affect every active extension. Administrative decisions are connected.

Continue Learning

Previous: Media

Next: Understanding the WordPress Dashboard