Go To Namecheap.com
Hero image of Getting Your Feet Wet with the WordPress Dashboard
WordPress

Getting Your Feet Wet with the WordPress Dashboard

You need to build a website, and you’ve heard WordPress is the way to go. You get WordPress installed on either your Namecheap Stellar shared hosting account or your EasyWP managed WordPress hosting account. What’s next?

In this article, we’ll dig around under the hood and explain the basics behind what WordPress is and how it works. We’ll also get you started with the WordPress Dashboard, before pointing you to some advanced tutorials that will help you build the site of your dreams.

What exactly is WordPress?

You’ve chosen a platform used by over 40% of the Internet. That means you’ll be using something under active development, with the latest technology and security updates to prevent unauthorized access to your website.

To learn how to use WordPress, you first need to understand what it is. WordPress is free open-source software. Anyone can download it and install it on a web server or even on their personal computer (though in the latter instance it won’t be viewable on the Internet). That means, when you install WordPress on your account (and we’ll look at that a bit more in the next section), you’re using the same exact software as millions of other people. Beyond that, WordPress is a content management system (CMS). It allows you to build websites and blogs where your content and your design are independent. This provides you with incredible flexibility.

Content management infographic

For your website design, you can choose from thousands of premade free or premium themes. You can find these in the WordPress.org theme repository (and access them right in the WordPress Dashboard, as explained below) and from a wide range of premium theme design companies.

You can also add more functionality than what comes with vanilla WordPress by default. If you want to build an e-commerce or membership site, for example, you can find plugins that will add considerable power to your site. Managed WordPress hosting includes automatic backups, extra security, site management features, and more. Plus, there are tens of thousands of plugins to choose from, and many are free. You can also find many through the WordPress.org plugin repository or in your Dashboard.

Installing WordPress

But let’s not get ahead of ourselves. For the purposes of this article, we’ll assume that you’ve first installed WordPress on your own hosting account through one of the following options:

Important note: If your new site happens to be at an address that includes WordPress.com in the page URL, or you went through the process of signing up for an account with WordPress, that’s a different type of WordPress site. We have another article that explains the differences between WordPress.com (a special hosted version of WordPress) and WordPress.org. In this article, we’ll be focusing on WordPress.org, the downloadable software that you run on your own hosting.

The WordPress Dashboard

We recognize that if you’re new to WordPress, when you land on the WordPress Dashboard for the first time, you might feel a bit overwhelmed. It will look something like the following:

WordPress dashboard screenshot

(Note: If the installation process doesn’t take you directly to your WordPress Dashboard, you can reach the Dashboard by going to https://yourdomain.com/wp-admin (where you substitute your actual domain in the URL).

A couple of things are important to explain right away.

First, every WordPress site today uses the block editor for creating and managing content. It’s simply how WordPress works now, not an optional new feature you need to opt into, and it keeps gaining new blocks over time (recent additions include Icons and Breadcrumbs blocks, for example). You’ll also find a handy Command Palette built into the Dashboard: press Ctrl+K (or Cmd+K on a Mac) from almost anywhere in the admin area to jump straight to a post, a setting, or a plugin without clicking through menus.

Command Palette screenshot

Second, four bits on the side and at the top are important to understand straightaway. These are outlined in red in the above screenshot.

  1. Site Name. In the top left corner, you’ll see the name of the site (‘Freelancing’ in this case).
  2. Gravatar. In the top right, you’ll see your username and Gravatar image if any. If you don’t already have one, you should create a Gravatar account, which will allow you to have an avatar (photo) associated with all of your blog posts both on this site and any other sites you build or to which you contribute content or comments.
  3. Posts, Media, Pages, and Comments. These are the first options in the left column. You’ll use these to create and manage your content.
  4. Appearance, Plugins, Users, Tools, and Settings. These make up the second set of options in the left column, and you’ll use them to manage your site’s appearance and functionality.

Let’s take a look at what some of these things allow you to do.

Posts, Media, Pages, & Comments

This is the section where you create and manage the content for your site. Posts and Pages are your “text” content while media is for images and other files. Comments, of course, are the comments people can leave on your blog posts.

You can click on “All Posts” or “All Pages” to see existing content (these lists now use a newer, more app-like content browser called DataViews, which lets you filter and sort without waiting for a page to reload, though the basic idea is the same), or “Add New” to start a new one. But wait! When you create a new post or page, you’ll see very similar editing windows. So why are there two?

The distinction between Posts and Pages usually confuses people new to WordPress. Here’s the difference:

Posts are dated content (think blog posts) with author information and can be displayed in reverse chronological order on a blog within your overall site. You can also use them for press releases, product updates, or anything that should have a date attached (or you can choose to hide the dates if you wish). Posts also allow you to set categories and tags. If you work with a team, more than one person can now edit the same post together in real time, so you don’t have to worry about someone overwriting someone else’s changes.

Post editor screenshot

Pages are your ‘static’ content pages. These are your home page, your “About Me” page, your “Contact” page, and anything else you might want to put in your main navigation menu (you can also have pages that aren’t in your menu, but they work the same either way). Unlike posts, pages generally do not have a date or author attached to them.

Page editor screenshot

Media, Feedback, and Comments

Media is where you can find your media library. This is the location where all of your photos, graphics, PDFs, sound, and video reside after you upload them. Once you’ve added to your Media Library, you can then drop any of that content into a post or page whenever you wish.

Comments are where you can find all the pending and published comments. You’ll get a little bubble to let you know when there’s a new comment to approve. You can approve comments as-is or edit them (if, for example, you want to fix a grammatical mistake or remove a link).

Feedback is where your contact form content (if any) will reside. Note that this tab only shows up if you’re using Jetpack’s contact form feature, so don’t worry if you don’t see it on a plain WordPress install.

Appearance

Your Appearance tab includes a number of options, though exactly what you’ll see depends on whether your active theme is a classic theme or a newer block theme. Nearly all of the default WordPress themes released since 2022, and most actively maintained themes today, are block themes.

Themes allow you to choose from one of the many free options at WordPress.org, or upload one you purchased elsewhere in .zip format.

Themes screenshot

If you’re using a block theme, Customize, Widgets, Menus, and Header have all been folded into a single, more visual Editor screen (also called the Site Editor). From there, you can change your logo, colors, and fonts, drop blocks into your header and footer, build out your navigation menu, and edit page templates, all in one place, and all using the same block editor you already use for posts and pages.

Site editor screenshot

If you’re using an older classic theme, you’ll still see the separate screens described below:

The Customize feature provides a separate menu where you can change some of the settings within your designated theme as well as set a logo and background color or pattern. The options here will vary considerably between themes and will reset if you activate a different theme, so be forewarned.

Classic editor screenshot

Widgets are bits of content you can drop into a blog sidebar or add to your page’s header or footer.

Classic Editor widgets

Menus give you the ability to choose which pages to display in your main navigation menu, put them in your preferred order, and even create drop-down submenus.

Classic editor menus screenshot

Header is like Customize but just for your header information. Some versions of WordPress will include Header within Customize.

And finally, the Editor is the one place you can irreparably break things, so proceed with caution. On classic themes, this is where you modify the Cascading Style Sheets (CSS) for your theme directly. On block themes, this screen is hidden by default for safety, since most of what it used to do now happens visually in the Site Editor instead.

Plugins

This section allows you to upload and manage all of your WordPress plugins, both from the WordPress.org repository and ones that you upload separately, including turning on automatic updates so you don’t have to remember to check for them yourself.

Plugins dashboard screenshot

From time to time we publish articles about plugins we think you might want to check out.

Users, Tools, and Settings

Under these tabs you’ll find settings for some of your basic website functionality.

  • The Users option allows you to create additional user roles for your website. This is handy if you have someone else building your site or writing content for you.
  • Tools gives you the option to import or export all of the content of your website, including your posts, pages, media, and comments. This is particularly handy if you’re moving your site from something like Blogger to WordPress, or from WordPress.com to a self-hosted blog. (It doesn’t allow you to migrate your theme or plugins, however.) Tools also includes a Site Health check that flags performance or security issues with your site, which is worth a look if something feels off.
  • The Settings section is where you’ll set the time zone for your website (handy when you’re posting blogs, to make sure the date is correct), change display options, set your homepage, and more. Your theme and plugins may add more settings here, and your hosting provider may also include additional tools. If you use any AI-powered plugins, you may also see a newer Connectors area under Settings, where you can securely store API keys for services like OpenAI, Google Gemini, or Anthropic’s Claude in one place instead of typing them into every plugin separately.

When do you have a website?

As soon as you install WordPress on your hosting, you technically have a website. Depending on a few different factors, such as how you installed WordPress and which type of hosting you’re using, you will end up with one of several different “default” themes. This allows your site to be live immediately.

That’s great except for one thing: you haven’t added all of your content, logo, and design! Don’t worry, we’ve got you covered.

Reading settings screenshot

To hide your baby site from the world, you have three options.

  1. You can change your posts and pages to “private,” so only people logged into your account (meaning you or your web designer, for example) can see the content.
  2. You can change your settings (in your Dashboard under Settings > Reading) to prevent Google and other search engines from “crawling” your site, and if the search engines don’t know your site exists, no one will find it. (Just make sure you update this setting when you’re ready to go live!)
  3. For the easiest and most thorough solution, install one of several free “coming soon” plugins. You can still work on the site while everyone else sees the coming soon message you provide.

Dive deeper

This is just a basic rundown of the WordPress Dashboard, and it’s not quite enough to successfully build your first WordPress website. To help you over that hurdle, here are a couple of tutorial sites that you might find useful.

  • For a free walkthrough of the WordPress admin area, check out the official Documentation section at WordPress.org. It’s replaced the old Codex as the go-to resource and covers every topic you could ever think of. In particular, the page on Administration Screens will offer more details on the items addressed in this article.
  • For more instruction and videos made by some of the top developers in the WordPress world, WP101 offers a ton of tutorials, with an all-access pass currently available for around $48/year (pricing changes from time to time, so check their site for current rates).
  • The WordPress archive here at the Namecheap Blog, along with the EasyWP blog, is an excellent resource, with frequent posts related to platform updates, as well as new tools and features available to our hosting customers. 

Or you can just play around. In fact, one of the best ways to learn all of your Dashboard options is to just click on everything and see what it does. The best part is, it’s very difficult to “break” WordPress. So jump in and see what’s there.


FAQs about the WordPress dashboard

How can I tell if my theme is a classic theme or a block theme? 

Head to Appearance. If you see a single “Editor” option that opens a full visual Site Editor complete with templates, styles, and patterns, you’re on a block theme. If you instead see separate Customize, Widgets, Menus, and Header options, your theme is a classic theme. Most theme marketplaces will also label a theme as “full site editing” or “block theme” right in its

description, so you can check before you even install it.

What’s the difference between a WordPress theme and a plugin? 

Think of your theme as your site’s outfit and your plugins as its skills. A theme controls how your site looks, including layout, colors, fonts, and overall design. A plugin adds something your site can do, like process payments, send a contact form, or cache pages for speed. You can only have one active theme running at a time, but you can run dozens of plugins together, and swapping your theme won’t affect which plugins you have installed or activated.

What do the different user roles actually let people do? 

WordPress ships with five built-in roles, from most to least powerful: Administrator (full control, including Settings and Plugins), Editor (can publish and manage everyone’s posts and pages), Author (can publish and manage only their own posts), Contributor (can write posts but can’t publish them without approval), and Subscriber (can log in and manage their own profile,

nothing more). If you’re bringing on a writer or a client, start them at Contributor or Author rather than handing over Administrator access. You can always upgrade someone’s role later under Users.

Was this article helpful?
35
Get the latest news and deals Sign up for email updates covering blogs, offers, and lots more.
I'd like to receive:

Your data is kept safe and private in line with our values and the GDPR.

Check your inbox

We’ve sent you a confirmation email to check we 100% have the right address.

Help us blog better

What would you like us to write more about?

Thank you for your help

We are working hard to bring your suggestions to life.

Rodney Brazil avatar

Rodney Brazil

Rodney is the Content Marketing Editor for EasyWP, and a writer at Namecheap. As an SEO specialist, he strives to create entertaining and valuable publications for all internet creators. Offline, he enjoys running, acting, and pizza. More articles written by Rodney.

More articles like this
Get the latest news and deals Sign up for email updates covering blogs, offers, and lots more.
I'd like to receive:

Your data is kept safe and private in line with our values and the GDPR.

Check your inbox

We’ve sent you a confirmation email to check we 100% have the right address.

Hero image of Is Claude Mythos really dangerous, or is it another marketing ploy?Getting Your Feet Wet with the WordPress Dashboard
Next Post

Is Claude Mythos really dangerous, or is it another marketing ploy?

Read More