New to WordPress? This guide explains what WordPress is, how it works, and the core pieces you’ll use every day so you can approach your new site with confidence.
1. What WordPress Actually Is (In Plain Language)
WordPress is a content management system (CMS) — software that helps you create, organize, and publish website pages and posts without needing to write code every time you update your site.
It started in 2003 as a blogging tool and has grown into a full website platform used for blogs, business sites, portfolios, membership sites, and online stores.Source
Today, WordPress powers a large share of all websites on the internet and is open source, which means:
- The core software is free to use.
- Thousands of developers contribute features, themes, and plugins.
- You can move your site between compatible hosts instead of being locked into one provider.
WordPress.org vs WordPress.com (Quick Distinction)
- WordPress.org: The open-source software you install on your own hosting account. This is what most professional business sites use and what Compass Production projects are built on.Source
- WordPress.com: A hosted service run by a company called Automattic. It uses the WordPress software but is a separate commercial platform with its own plans and limitations.Source
In this article, when we say “WordPress,” we mean the self-hosted WordPress.org software.
2. The Core Pieces of a WordPress Website
Before you log in and click around, it helps to know the main building blocks that make up your site.
2.1 WordPress Core
WordPress core is the main application that handles:
- Logging in and managing users.
- Storing content (pages, posts, menus, settings) in a database.
- Rendering that content into web pages your visitors see.
Core is written in PHP and works with a MySQL or MariaDB database, which your hosting provider sets up for you.Source
2.2 Themes (How Your Site Looks)
A theme controls the visual design of your site — layout, colors, typography, and default styling for things like headings and buttons.
- You can only have one active theme at a time.
- Changing themes changes the design, not your actual content.
- Modern “block themes” work closely with the block editor and Global Styles.
Compass Production projects typically use a carefully configured theme plus design system so you don’t have to worry about breaking layouts.
2.3 Plugins (What Your Site Can Do)
Plugins are add-ons that extend WordPress with new features. Examples:
- Contact forms and lead capture.
- SEO tools and analytics integrations.
- eCommerce (online store) functionality.
- Security, backups, and performance optimization.
Your site may already have a curated set of plugins installed. As a new site owner, you mainly need to know how to use them, not how to configure them from scratch.
2.4 Content Types: Pages vs Posts
WordPress stores different kinds of content as different “post types.” The two you’ll use most are:
- Pages: Timeless content like Home, About, Services, Contact.
- Posts: Dated entries that belong in a blog or news section.
Both are edited with the same block editor; they’re just organized and displayed differently on the front end.
3. How You’ll Actually Work in WordPress Day to Day
Once your site is set up, your everyday work usually falls into a few simple patterns.
3.1 Logging In and Reaching the Dashboard
- Open your browser and go to your site’s login URL (often
/wp-adminor a custom login path provided during training). - Enter your username and password.
- Click Log In to reach the Dashboard.
What You Should See
After logging in, you should see the WordPress Dashboard: a left-hand admin menu (Dashboard, Posts, Media, Pages, etc.) and a main area with quick links and basic information. Your Compass Production training may also include a custom “Welcome” panel or quick links to the most important areas for your role.
3.2 Creating or Editing a Page
- In the left menu, go to Dashboard ? Pages ? All Pages.
- To edit, hover over a page title and click Edit (or Edit with Elementor if your layout uses Elementor).
- To create a new page, click Add New at the top.
- Use the block editor to add headings, paragraphs, images, and buttons.
- Click Save draft or Update when you’re done.
What You Should See
In the block editor, you’ll see:
- A title field at the top.
- A canvas area where each piece of content is a “block.”
- A right-hand sidebar with settings for the page and the selected block.
If Elementor is used, you’ll see a separate interface with a left panel of widgets and a live preview on the right. Compass Production will show you which pages are safe to edit in which tool.
3.3 Updating a Blog Post
- Go to Dashboard ? Posts ? All Posts.
- Hover over the post you want and click Edit.
- Adjust the content, categories, tags, and featured image as needed.
- Click Update to publish your changes.
4. Basic Health and Safety for Your New Site
You don’t need to be a developer to keep your site healthy. WordPress includes built-in tools and follows general web security best practices.
4.1 Using the Site Health Tool
WordPress has a Site Health screen that runs automated checks on your configuration and highlights issues that may affect performance or security.Source
How to Open Site Health
- In the admin menu, go to Dashboard ? Tools ? Site Health.
- On the Status tab, review any Critical issues or Recommended improvements.
- Click into each item to read what it means and, if you’re a Compass Production client, follow your project-specific guidance or open a support ticket before changing anything major.
What You Should See
The Site Health Status screen shows an overall summary at the top (for example, “Good” or “Should be improved”) and a list of tests below. Each test expands to show details and suggested actions.Source
4.2 Good Login and Password Habits
Because WordPress is widely used, it’s also a common target for automated attacks. Following basic password hygiene dramatically reduces your risk.
- Use a unique, strong password (long, random, and not reused from other accounts).
- Enable two-factor authentication (2FA) if your site or security plugin supports it.
- Never share your admin login; instead, have separate user accounts for each person.
These habits align with widely recommended secure authentication practices for web applications.Source
5. How WordPress, Hosting, and Your Domain Fit Together
New site owners are often confused about what lives where. Here’s the simple model:
- Domain name: Your web address (for example,
example.com). - Web hosting: The server where your WordPress files and database live.
- WordPress: The software installed on that hosting account that manages your content.
When someone visits your domain, their browser connects to your host, which runs WordPress, which pulls content from the database and sends back a finished web page.
6. What to Focus on First as a New WordPress Site Owner
WordPress is powerful, but you don’t need to learn everything at once. For your first week, focus on:
- Getting comfortable logging in and navigating the Dashboard.
- Editing a practice page or draft post so you can experiment safely.
- Reviewing Site Health to understand your site’s baseline status.
- Confirming your login, password, and user account details are correct.
Compass Production will typically provide a training session, a practice “sandbox” page, and a short list of “safe” areas for you to explore. Combined with this overview, that’s enough to start working confidently without breaking your site.