Learn the four core concepts every new WordPress site owner should understand first: your dashboard, content types, user roles, and the Site Health tool.
Why These Four Concepts Matter First
When you first log into WordPress, it can feel like there are a hundred things competing for your attention. In reality, four concepts do most of the heavy lifting for day?to?day site ownership:
- The Dashboard – your control center
- Content types – pages, posts, and blocks
- User roles – who can do what
- Site Health – a built?in status report for your site
This guide walks you through each one in a practical, non?technical way so you can move around your site with confidence.
1. The WordPress Dashboard: Your Control Center
After logging in, WordPress sends you to the Dashboard. Think of it as the home screen for everything behind the scenes.
Key Areas You’ll Use Often
- Dashboard ? Home – overview widgets like quick draft, recent activity, and basic stats.
- Posts – where your blog or news articles live.
- Pages – your main site pages (Home, About, Services, Contact, etc.).
- Media – your image, document, and video library.
- Appearance – themes, menus, and sometimes widgets and customizer options.
- Plugins – add?on features (forms, SEO tools, etc.).
- Users – accounts and permissions.
- Tools ? Site Health – WordPress’ built?in health check.
Quick Orientation Steps
- Log in to your site.
- From the left menu, click Dashboard ? Home.
- Slowly move down the left?hand menu and hover each item. Read the short description in your browser’s status bar or the screen title at the top.
- Click Posts and Pages once each to see how the lists look.
What You Should See
You should see a dark (or light) vertical menu on the left, a page title like “Dashboard” at the top, and several boxes (widgets) in the main area. If your view looks very different, you may have a custom admin theme or plugin installed—ask your developer before changing layout options.
2. Content Basics: Pages, Posts, and the Block Editor
WordPress content is built from two main pieces:
- Pages – timeless content (Home, About, Services, Contact).
- Posts – time?based content (blog posts, news, updates).
Both use the block editor, which lets you build content from individual “blocks” like paragraphs, headings, images, buttons, and more.Source
How to Open the Block Editor
- Go to Dashboard ? Pages ? Add New (for a page) or Dashboard ? Posts ? Add New (for a post).
- The block editor will open with a blank canvas and a title field at the top.
Adding Simple Content with Blocks
- Click in the Add title field and type your page or post title.
- Click in the main area and start typing your text. WordPress automatically creates a Paragraph block.
- To add something new (like an image or heading), click the + button in the top left or between blocks.
- Choose a block type such as Heading, Image, or List.
- Use the right?hand sidebar to adjust settings for the selected block (alignment, color, etc.).
- Click Save draft or Publish in the top?right corner when you’re ready.
What You Should See
You should see a clean editing screen with:
- A title field at the top
- A toolbar across the top (save, preview, publish)
- A large content area made of separate blocks
- A right?hand sidebar with Post/Page settings and Block settings
If your site uses Elementor for layout editing, you may also see an Edit with Elementor button. In that case, your main page layout might be controlled in Elementor, while the block editor is still used for posts or simpler pages. Ask your developer which editor you should use for which content types so you don’t accidentally override a custom design.
3. User Roles: Who Can Do What
Every WordPress user account has a role. Roles control what each person can see and do in the dashboard—publishing content, managing plugins, changing settings, and more.Source
Default WordPress Roles (Single Site)
- Administrator – full control of the site, including plugins, themes, and users.
- Editor – can publish and manage all posts and pages, including other users’ content.
- Author – can publish and manage their own posts.
- Contributor – can write and manage their own posts but cannot publish.
- Subscriber – can only manage their own profile.
How to View and Adjust User Roles
- Go to Dashboard ? Users ? All Users.
- Find a user and look at the Role column.
- To change a role, hover the user and click Edit.
- In the Role dropdown, choose the appropriate role (for example, Editor for someone managing content).
- Click Update User at the bottom.
Safe Role Practices for Site Owners
- Keep the number of Administrators as low as possible.
- Give writers the Author or Contributor role instead of Administrator.
- Use Editor for trusted team members who manage content but don’t need technical control.
Behind the scenes, each role is just a bundle of capabilities (permissions) such as publish_posts or manage_options, which WordPress checks before allowing actions in the admin area.Source
What You Should See
On the Users screen, you should see a table listing each account, their email, and their role. If you don’t see Users at all, your account may not have permission to manage users—contact an Administrator.
4. Site Health: Your Built?In Status Report
WordPress includes a Site Health tool that checks your configuration, performance, and security basics. It’s a simple way to spot issues early without being a developer.Source
How to Open the Site Health Screen
- In the dashboard, go to Tools ? Site Health.
- Wait a few seconds while WordPress runs its checks.
Understanding the Site Health Tabs
- Status – shows overall health, critical issues, and recommended improvements.
- Info – detailed technical information about your WordPress version, themes, plugins, server, and more.Source
Simple Site Health Routine for Owners
- Open Tools ? Site Health once a month.
- Review any Critical issues first. These may relate to outdated PHP, missing modules, or major configuration problems.
- Then review Recommended improvements such as enabling HTTPS, removing inactive themes/plugins, or improving performance.
- For anything you don’t understand, copy the details from the Info tab and send them to your developer or hosting support.
What You Should See
You should see a colored status indicator (for example, “Good” or “Should be improved”), a list of tests, and expandable sections describing each issue or passed test. If the Site Health screen is missing, your WordPress version may be very old or your role may not have access—contact your site administrator.
Putting It All Together as a New Site Owner
Once you understand these four concepts, most everyday tasks become much easier. Here’s a simple first?week practice plan:
- Day 1: Explore the Dashboard menu and open each major section once.
- Day 2: Create a draft page and a draft post using the block editor. Don’t worry about design—focus on adding headings, paragraphs, and one image.
- Day 3: Review your Users list, confirm each person’s role, and remove any accounts you no longer need (or ask your developer to do this safely).
- Day 4: Run Tools ? Site Health and note any issues you don’t understand for follow?up.
- Day 5: Repeat creating or editing a page or post until the block editor feels familiar.
If you stay focused on these basics—Dashboard, content, roles, and Site Health—you’ll have a solid foundation for everything else you do with your WordPress site.