Learn the core safety basics every new WordPress site owner should set up in their first week, without needing to be a developer or security expert.
Why WordPress Safety Basics Matter on Day One
When you first log into a new WordPress site, it’s tempting to jump straight into design and content. But a few simple safety steps early on will protect your site, your visitors, and your business from avoidable problems later.
This guide walks you through practical, non-technical safety basics you can complete in your first week as a site owner. You don’t need to be a developer; you just need to follow the steps and keep a short checklist.
1. Understand Who Can Do What on Your Site
WordPress uses user roles and capabilities to control what each account can see and change. By default, there are six main roles: Super Admin (multisite only), Administrator, Editor, Author, Contributor, and Subscriber.Source
Safe First Steps with Roles
- Log in to your dashboard.
- Go to Users ? All Users.
- Review each user’s Role column.
Simple rules to follow:
- Only 1–2 trusted people should be Administrators.
- Writers who don’t manage settings should be Authors or Editors, not Admins.
- Subscribers should generally only manage their own profile.
What You Should See
On Users ? All Users, you should see a short list of accounts you recognize, with only a small number marked as Administrator. If you see unknown accounts or many Admins, make a note to clean this up with your developer or support team.
2. Start with Strong, Unique Passwords
Weak or reused passwords are one of the easiest ways for attackers to get into any online account. U.S. Cybersecurity and Infrastructure Security Agency (CISA) recommends using long, random, and unique passwords for each account, ideally stored in a password manager.Source
How to Update Your WordPress Password
- In the dashboard, go to Users ? Profile (or Profile in the left menu).
- Scroll to the Account Management section.
- Click Set New Password.
- Use your password manager to generate a long, random password (at least 16 characters).
- Save it in your password manager, then click Update Profile.
What You Should See
After saving, you should see a confirmation message at the top of the screen (for example, “Profile updated”). Your password manager should now show a saved entry for your WordPress login URL with a strong password.
3. Turn On Basic Site Health Monitoring
WordPress includes a built-in Site Health tool that checks for common configuration, performance, and security issues. It’s a simple way to see if anything important needs attention.Source
How to Open the Site Health Screen
- In the dashboard, go to Tools ? Site Health.
- On the Status tab, review the overall result (Good, Recommended improvements, or Critical issues).
- Click each item to read the explanation and recommended fix.
What You Should See
You should see a colored status indicator at the top (for example, “Good” in green or “Should be improved” in orange) and a list of Critical issues and Recommended improvements. For a new site, it’s common to see suggestions about enabling HTTPS, setting up backups, or removing inactive plugins.
4. Set Up a Simple Backup Routine
Backups are your safety net. If something breaks, gets hacked, or is deleted by mistake, a recent backup lets you restore your site quickly. WordPress’s advanced administration handbook recommends backing up both your files and database together as a single backup set.Source
Basic Backup Questions to Answer
- Who is responsible for backups (your host, a plugin, or your agency)?
- How often are backups created (daily, weekly)?
- How long are backups kept?
- How do you restore from a backup if something goes wrong?
Simple Backup Setup Steps
If your hosting already includes backups (common with managed WordPress hosting):
- Log into your hosting control panel.
- Find the Backups or Snapshots section.
- Confirm that automatic daily backups are enabled.
- Create a manual backup labeled clearly (for example, “Pre-launch backup”).
If you’re using a backup plugin, follow your provider’s instructions and make sure backups are stored off the same server (for example, in cloud storage) so they’re still available if your host has a problem.
What You Should See
You should be able to view a list of recent backups with clear timestamps (date and time) and an option to restore or download each one. If you don’t see this anywhere, note it as a priority to resolve with your host or developer.
5. Keep Core, Themes, and Plugins Under Control
Outdated or unused software is a common source of security issues. WordPress provides tools to keep core, themes, and plugins updated, and you can configure automatic updates safely with the right plan.Source
Check for Updates
- In the dashboard, go to Dashboard ? Updates.
- Review available updates for WordPress core, plugins, and themes.
- Before major updates, confirm you have a recent backup.
- Update plugins and themes first, then WordPress core if recommended by your support team.
Remove What You Don’t Use
- Go to Plugins ? Installed Plugins.
- Deactivate any plugin you know you don’t need.
- After deactivating, click Delete to remove it completely.
- Repeat the same process under Appearance ? Themes for unused themes, keeping one default theme as a fallback.
What You Should See
Your plugin list should be short and purposeful—only tools you recognize and actually use. The Updates screen should show “You have the latest version” or only a few pending updates you plan to handle soon.
6. Be Careful with Links, Emails, and Login Requests
Even with strong passwords and updates, attackers often try to trick you into giving them access through phishing emails or fake login pages. CISA’s guidance on avoiding social engineering and phishing stresses not sharing sensitive information or passwords unless you are certain who you’re dealing with and that the site is legitimate.Source
Practical Safety Habits
- Always log in by typing your site’s URL directly (for example,
https://yourdomain.com/wp-admin), not by clicking links in emails. - Be suspicious of emails claiming your site is “about to be shut down” or “hacked” unless they come from your known host or agency.
- Never share your password in email, chat, or support tickets.
- If you’re unsure, contact your host or Compass Production through a known, trusted channel before taking action.
7. Make a Simple Ongoing Safety Checklist
Safety basics work best when they’re repeated regularly. Create a short checklist you or your team can follow monthly or quarterly.
Suggested Monthly Checklist
- Confirm Admin accounts are still correct and minimal.
- Verify your password manager still has strong, unique passwords for key accounts.
- Check Tools ? Site Health for new issues.
- Confirm backups are running and you can see recent restore points.
- Apply pending updates after confirming a recent backup.
- Review any unusual login or security alerts from your host or security plugin.
What You Should See After Your First Week
Once you’ve completed these steps, your WordPress site should feel more under control and less fragile. Specifically, you should see:
- A short, trusted list of Administrator accounts.
- Strong, unique passwords stored in a password manager for your key logins.
- A Site Health status that is “Good” or has only a few understandable recommendations.
- Visible, recent backups you know how to restore if needed.
- A manageable list of plugins and themes, with updates handled on a schedule.
From here, you can move confidently into design, content, and marketing, knowing the core safety basics of your WordPress site are in place.