Learn how to log in, understand your WordPress Dashboard, and start working with pages and posts confidently as a new site owner.
Why Your WordPress Dashboard Matters on Day One
When you first log in to WordPress, the Dashboard is your control center. From here you manage content, users, settings, and the overall health of your site. Understanding this area early makes every future task—publishing content, updating pages, or reviewing site health—much easier.
Logging In and Finding the Dashboard
How to Log In
- Open your browser and go to your site’s login URL, usually
/wp-adminor/wp-login.phpafter your domain. - Enter your username or email and password.
- Click Log In.
After a successful login, WordPress sends you directly to the Dashboard screen, also called the Administration Screens home.Source
What You Should See
- A dark left-hand sidebar with menu items like Dashboard, Posts, Media, Pages, Comments, and more.
- The main area showing Dashboard widgets such as Welcome, At a Glance, Activity, and Site Health Status.Source
- A top admin bar with quick links to your site, comments, and new content.
Quick Tour of Key Dashboard Areas
Dashboard ? Home
This screen gives you a snapshot of your site:
- Welcome – Shortcuts for common setup tasks like creating your first post or page.
- At a Glance – Counts of posts, pages, and comments, plus which theme and WordPress version you’re using.Source
- Activity – Recently published posts and recent comments.
- Site Health Status – A quick indicator of any technical issues WordPress has detected.
Posts vs. Pages: The Core Content Types
WordPress gives you two main ways to publish content:
- Posts – Time-based entries that appear in your blog feed and RSS feed. They’re listed in reverse chronological order and can use categories and tags.Source
- Pages – Timeless, static content like About, Services, or Contact. They are not listed by date and typically don’t use categories or tags.Source
As a new site owner, think of Posts as your ongoing updates and Pages as your core, always-relevant information.
Creating Your First Page
Step-by-Step: Add a Basic Page
- In the left sidebar, go to Dashboard ? Pages ? Add New.
- At the top of the editor, click where it says Add title and type something like About or Contact.
- Click into the main content area and start typing your text. Each paragraph becomes a Paragraph block in the Block Editor.Source
- Use the + button to add other blocks like Heading, Image, or List.
- When you’re ready, click Save draft to save without publishing.
- Click Preview to see how the page will look on the front of your site.
- Click Publish, then confirm, to make the page live.
What You Should See
- A large title field at the top of the editor.
- A block-based content area where each piece of content (paragraph, image, list) is its own block.Source
- A right-hand Page settings sidebar with options like Status & visibility, Featured image, and Discussion (comments on/off).Source
Creating Your First Post
Step-by-Step: Add a Basic Post
- In the left sidebar, go to Dashboard ? Posts ? Add New.
- Enter a descriptive title like Welcome to Our New Website.
- Write your content in the main editor area using Paragraph and Heading blocks.
- In the right-hand Post settings sidebar, assign a Category (for example, News) and optional Tags to help organize your content.Source
- Click Save draft while you’re working.
- Use Preview to check layout and formatting.
- Click Publish when you’re ready to make the post public.
What You Should See
- The same Block Editor interface you used for pages, but the settings sidebar tab is labeled Post instead of Page.Source
- Additional options for Categories and Tags in the sidebar.
- After publishing, your post should appear in your blog feed or posts page, depending on how your theme and reading settings are configured.
Understanding the Block Editor Basics
Core Concepts
The Block Editor (sometimes called Gutenberg) treats every piece of content as a block. This gives you more control over layout without needing code.
- Paragraph block – For normal text.
- Heading block – For section titles (H2, H3, etc.).
- Image block – For single images with optional captions.
- List block – For bullet or numbered lists.
You can insert blocks with the + button, move them up or down, and adjust their settings in the right-hand sidebar. As WordPress evolves, new blocks and refinements are added regularly to improve usability and design options.Source
Simple First Layout to Practice
- Create a new page called Practice Page.
- Add a Heading block for the main section title.
- Add a Paragraph block with a short description.
- Add a List block with 3–5 bullet points.
- Add an Image block and upload a sample image.
- Preview the page to see how the blocks stack on the front end.
Using the Settings Sidebar Effectively
Key Options in the Page/Post Settings Sidebar
The settings sidebar (opened with the gear icon in the top-right of the editor) controls how your content behaves once published.Source
- Status & visibility – Set content to Draft, Pending review, or Published; choose public, private, or password-protected visibility.
- Permalink – Adjust the URL slug for the page or post.
- Featured image – Set the main image used in listings, previews, and some themes’ headers.
- Discussion – Turn comments on or off for that specific page or post.
- Page attributes (for pages) – Choose a parent page and template if your theme supports them.
Roles, Permissions, and Safe Access Basics
Why Your User Role Matters
Not every user should have full control over the site. WordPress uses roles and capabilities to define what each user can do, such as publishing posts, managing plugins, or moderating comments.Source
- Administrator – Full control over the site, including themes, plugins, and users.
- Editor – Can publish and manage 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 manage their profile and read content.
As a site owner, keep Administrator access limited and assign lower roles to team members who only need to create or edit content.
Next Steps for New Site Owners
Once you’re comfortable logging in, navigating the Dashboard, and creating basic pages and posts, you’re ready for the next layer of learning:
- Organizing your navigation menus so visitors can find your new pages.
- Exploring the Appearance section to understand your theme options.
- Reviewing Settings for reading, discussion, and permalinks to match your content strategy.
For now, keep practicing in the Block Editor, experiment with draft content, and get comfortable with how your Dashboard reflects the structure and health of your site.