- Guide
- Beginner
- 4 minutes read
- Reviewed August 5, 2026
- WordPress administration and configuration
The General Settings screen contains some of the most influential global options in WordPress.
These settings control the website's identity, addresses, administration email, registration defaults, language and interpretation of time.
Site Title and Tagline
The site title identifies the website inside WordPress and can be displayed by themes, feeds or plugins. The tagline is a short description. Some themes display it; others do not.
SEO plugins and themes may generate public title tags independently, so changing the site title does not guarantee that every search snippet changes in the same way.
WordPress Address and Site Address
- WordPress Address indicates where the application files are located.
- Site Address indicates the public address visitors use.
They are identical on many websites but can differ in advanced configurations. Changing either value incorrectly can make the frontend or administration area inaccessible.
A domain change should be planned as a migration, including database references, redirects, HTTPS, cookies, caches and external services.
Administration Email Address
The administration email is used for important notifications and confirmation workflows. It is not necessarily the From address used for outgoing mail or the same as a support address.
Use a monitored address and confirm that email delivery works reliably.
Membership and Default Role
The membership setting can allow visitors to register accounts. The default role determines the role assigned through the standard registration process.
Enabling registration creates security, privacy and operational responsibilities. Define why accounts are required, how spam is controlled, what data is stored and how support works.
Use the least privileged suitable role. Never make Administrator the public registration default.
Site Language
Site Language controls the default WordPress interface locale. Translation packs can translate core, themes and plugins when available. Editorial content is not automatically translated.
Individual users can often select a different administration language in their profiles.
Time Zone
The time zone affects scheduled posts, displayed dates, cron tasks and plugin operations.
A named region such as Europe/Madrid is generally preferable to a fixed UTC offset because it can account for daylight-saving changes.
Before changing it, review scheduled content, events, orders, integrations and logs.
Date, Time and Week Settings
WordPress can format dates and times according to predefined or custom patterns. Themes and plugins can use their own formats.
The week-start option can affect calendars and reports.
Safe Review Process
- Record current values.
- Change one logical group at a time.
- Confirm frontend and admin access.
- Test email if the administration address changed.
- Verify schedules and local time.
- Check registration if enabled.
- Document the final configuration.
Frequently Asked Questions
Should WordPress Address and Site Address always match?
They match on most sites but can differ in supported configurations.
Does changing Site Language translate existing content?
No. It changes the software locale.
Which default role should registration use?
Use the least privileged role that supports the required workflow.
Applying WordPress General Settings in a Real WordPress Project
Record the current value, the reason for the change and the expected result. Make important configuration changes in a controlled window, test the affected workflows and document settings that another administrator will need to understand.
A connected concept is Essential WordPress Settings After Installation. Reading the two together helps separate the immediate task from the wider WordPress responsibility.
A useful implementation begins by writing down the current state, the intended outcome and the evidence that will prove the change worked. This prevents a configuration screen, plugin recommendation or code snippet from becoming the entire strategy.
A Practical Example
Imagine a team making this decision for a production WordPress site. The useful question is not only “Can WordPress do this?” but “Which layer owns it, who maintains it, what data does it affect and how will we verify it after an update?”
Write the answer in operational terms. Name the content, user, setting, file, API or service involved. Then identify what should remain true if the theme changes, a plugin is replaced or the site is migrated.
Questions to Ask
- What user or system problem does this solve?
- Which WordPress layer owns the behaviour?
- What data is created or changed?
- Who may perform the action?
- What can fail, and how will that failure be visible?
- How is the result tested after updates?
- What is the migration or removal path?
Official Reference Context
The Plugin Handbook is the primary version-specific reference for this topic. Use the current documentation to verify interface labels, supported APIs and behaviour before applying instructions to a production site.
How to Verify the Result
- Record the previous setting and the expected change.
- Test frontend, administration, email, scheduled tasks and affected integrations.
- Confirm that the configuration is documented for handover and recovery.
Related Articles
- Essential WordPress Settings After Installation
- User Registration in WordPress
- Languages, Time Zones and Localization
- Domains, Hosting, DNS and HTTPS Explained
Sources and Further Reading
Continue Learning
- Section: Administration
- Previous: Administration Screens, Tables and Screen Options
- Next: Writing and Reading Settings