New to WordPress? This guide walks you through the core concepts, screens, and first steps so you can start using your site with confidence.
1. What WordPress Actually Is (In Plain Language)
WordPress is software that lets you create and manage a website through a web browser. You log into a private “back end” (the Dashboard) to add pages, write posts, upload images, and control settings. WordPress then turns that content into the public site your visitors see.
There are two main flavors:
- WordPress.org – the open-source software you install on your own hosting. This is what most custom business sites use.
- WordPress.com – a hosted service that runs WordPress for you with different plans and limits.
Both use the same core concepts: Dashboard, pages, posts, media, themes, and the block editor.
2. Logging In and Finding Your Bearings
2.1 How to Log In
Most WordPress sites use a login URL like:
https://yourdomain.com/wp-adminorhttps://yourdomain.com/wp-login.php
Enter the username and password your developer or host provided. After logging in, you’ll land on the Dashboard, the main control panel for your site.
2.2 The Dashboard Layout
The Dashboard has three main areas:
- Admin Bar (top): a dark bar with quick links to your site, comments, and new content.
- Left Sidebar Menu: links to Posts, Media, Pages, Appearance, Plugins, Users, Tools, and Settings.
- Main Area: widgets like “At a Glance,” “Activity,” and “Site Health Status.”
The official WordPress training site has a short walkthrough of this screen if you want a visual tour: Source.
2.3 What You Should See
On a typical new site you’ll see:
- The site name in the top-left of the admin bar.
- A “+ New” menu in the admin bar for quickly adding posts, pages, and media.
- In the left menu: Dashboard, Posts, Media, Pages, Comments, Appearance, Plugins, Users, Tools, Settings.
- In the main area: a Site Health widget and basic overview of your content.
3. Core Concepts: Posts, Pages, Media, and Users
3.1 Pages vs. Posts
WordPress has two primary content types:
- Pages – timeless content like Home, About, Services, Contact.
- Posts – dated entries that appear in a blog or news feed.
You can create both using the same editor, but they’re organized differently on the front end.
3.2 Media Library
The Media screen stores your images, PDFs, and other files. When you upload a file while editing a page or post, WordPress also saves it here for reuse.
3.3 User Roles (Who Can Do What)
Every person who logs into your site has a role that controls what they can do. WordPress includes built-in roles such as Administrator, Editor, Author, Contributor, and Subscriber. Administrators can manage everything; Editors can publish and manage content (including other people’s posts); Authors can publish their own posts, and so on. You can review the official role definitions here: Source.
4. A Quick Tour of the Block Editor
Modern WordPress uses the block editor (sometimes called Gutenberg) for writing and layout. Instead of one big text box, each piece of content is a “block” you can move and style.
4.1 Opening the Editor
- Go to Dashboard ? Pages ? Add New (or Posts ? Add New).
- The block editor will open in fullscreen mode.
The official documentation describes the workspace as three main parts: the top toolbar, the content area, and the settings sidebar: Source.
4.2 What You Should See
- Top toolbar with buttons for Save draft, Preview, Publish/Update, and undo/redo.
- Large content canvas in the middle with a placeholder text like “Add title.”
- Right-hand sidebar with two tabs: one for Page/Post settings and one for individual Block settings.
- A small “+” inserter button near the top-left to add new blocks.
4.3 Adding Your First Content
- Click in the “Add title” area and type a page or post title.
- Press Enter to create a new block below the title.
- Start typing to create a Paragraph block.
- To add another type of block (like an image or heading), click the “+” button and choose a block from the list.
The block editor supports many block types—paragraphs, headings, images, galleries, lists, buttons, and more. The developer handbook explains how blocks work behind the scenes, but the same concepts apply for everyday editing: Source.
4.4 Common Beginner Blocks
- Paragraph – for normal text.
- Heading – for section titles (H2, H3, etc.).
- Image – insert a single image from your computer or Media Library.
- List – bullet or numbered lists.
- Button – a clickable call-to-action linking to another page.
5. Step-by-Step: Creating a Simple Page
5.1 Create the Page
- From the Dashboard, go to Pages ? Add New.
- Enter a title like “About Our Company”.
5.2 Add Basic Content
- Type a short introduction paragraph about your business.
- Press Enter and add a Heading block called “Our Story.”
- Below that heading, add 1–2 paragraphs explaining your background.
- Click the “+” button, choose an Image block, and upload a team photo.
5.3 Save and Preview
- Click Save draft in the top toolbar.
- Click Preview and choose “Preview in new tab.”
- Review how the page looks on the front end.
If something looks off, return to the editor tab, adjust your blocks, and preview again until you’re happy.
5.4 Publish
- When you’re ready, click Publish.
- Confirm by clicking Publish again when prompted.
Your page is now live at the URL shown in the confirmation panel.
6. Safe First Settings to Review
WordPress includes many settings, but as a new site owner you only need a few to get started. The official “Getting Started” documentation outlines these basics for non-developers: Source.
6.1 Site Title and Tagline
- Go to Settings ? General.
- Update the Site Title (usually your business or organization name).
- Update the Tagline (a short phrase describing what you do) or leave it blank.
- Click Save Changes.
6.2 Reading Settings (Homepage and Blog)
- Go to Settings ? Reading.
- Under Your homepage displays, choose either:
- Your latest posts – if you want a blog-style homepage, or
- A static page – if you have a separate homepage and blog page.
- If you choose a static page, select which page should be the Homepage and which should be the Posts page.
- Click Save Changes.
7. Basic Editing Workflow (So You Don’t Break Things)
7.1 Use Drafts and Previews
- For new content, work in Draft until you’re ready to publish.
- For existing content, consider duplicating the page (if your site has a duplicate plugin) or editing during low-traffic hours.
- Always use Preview before hitting Update.
7.2 Understand Autosave and Revisions
The block editor periodically autosaves your work and stores revisions. If you make a mistake, you can roll back to an earlier version from the Revisions panel in the page or post settings. This gives you a safety net while you learn.
8. Where to Learn More (Without Getting Overwhelmed)
As you get comfortable with the basics, you can explore more advanced topics at your own pace. A few reliable, beginner-friendly resources include:
- WordPress.org Documentation – official articles on the editor, media, settings, and more: Source.
- Learn WordPress – free tutorials and workshops for non-developers: Source.
- WordPress.com Get Started Guides – even if you’re on self-hosted WordPress, many of the beginner concepts are the same: Source.
As you practice logging in, navigating the Dashboard, and creating simple pages and posts, WordPress will start to feel much more approachable. From there, you and your Compass Production team can layer on design, SEO, and more advanced features with confidence.