Learn How to Use WordPress in 2022: The Beginner’s Guide

Learn How to Use WordPress in 2021: The Beginner’s Guide

In this guide, we will take a closer look at managing your WordPress blog. You will learn how to customize your blog, make design and layout changes, create your first post or page and much more.

The WordPress front and back ends:

The WordPress platform consists of two areas: your blog’s front end and back end. The front end is what your visitors will see when they come to your blog. Many of the tasks performed in the back end will be visible on the front end, such as theme customizations, plugin functionality enhancements and content publication. There are also actions that can be performed by you and your visitors directly from the front end of the blog, including commenting and social sharing..

The Backend

Wordpress Backend

The back end, known as the WordPress dashboard, allows you to fully manage your blog’s content, community, functionality and design. It is accessible only by users who you designate and assign an account on your blog. In order to access your WordPress dashboard, you need to type: example.com/wp-admin in the address bar of your browser and log in using your WordPress username and password.

Navigating the dashboard.

The Dashboard is the center of blog administration. It consists of three main parts: left side menu, top toolbar and middle section.

The left-hand column of your WordPress dashboard is where you’ll find all of your admin options and where most of your creative effort will be focused. This column includes menu options for each of the following functional areas.

Updates

Find updates to the WordPress platform along with plugins and themes you have installed.

Wordpress Update

WordPress, like any popular CMS, releases both minor and major updates to their platform in order to introduce new features, fix bugs and increase security. In the past, you would be given the choice to update to the latest version of WordPress through your Dashboard using a oneclick install process or by downloading the latest version and installing it yourself.

For anyone who has WordPress 4.3 or above, updates to the core WordPress platform are automatically installed on your website like you see on our website, we have the latest WordPress version installed. You are still responsible for updating your plugins and themes when updates become available. If you don’t want WordPress to automatically update the core of their platform, you can find directions on how to configure automatic updates in the WordPress Codex.

Posts

The Posts menu allows you to control the new content you add to your blog. Blog posts are published on your blog in descending order (newest first). In the Posts menu, you will find the following options: View All posts (blog content), add a new post, view and create categories, view and create tags.

  • All Posts: A list all of your posts in the dashboard. You can use the listing to quickly edit single or multiple post categories, tags, status, author and ability to comment.

Wordpress All Post

  • Add New: This is where you go to add a new post to your blog.
  • Categories: View all of the categories your posts are listed under, edit them and add new categories.
  • Tags: View all of the keywords your posts are tagged with, edit them and add new..

Media

View your media library (images, documents, audio and other file uploads) and upload new files. In the Media menu, you will find the following options: Library & Add New.

Wordpress Media Library

  • Library: View all of the media uploaded to your WordPress blog.
  • Add New: Add new media to your Word-Press blog.

Pages

Pages provide static content or information to the readers. Standard pages that WordPress bloggers use include: About, Contact, Advertise, Products, Services and Resources. The following options are available on the Pages menu, you will find the following options: All Pages and Add New.

Pages in WordPress

  • All Pages: A list of all pages in the dashboard. You can use the listing to quickly edit single or multiple pages’ status, author, parent, template and ability to comment.
  • Add New: Add new pages to your blog. You can create an individual page, or create a page as a subpage of another by selecting a parent page on the right side of the screen.

Posts vs. Pages

Your blog content will be displayed in pages and posts. While they have similarities, they serve different purposes and have different behaviors.

They both have the following in common:

  • A title/headline and specific content.
  • Meta information (author, date of publishing, etc.).
  • They can be added, deleted, updated or edited.
  • They will be available for everyone or only a limited number of users based on your choice of settings.
  • They can contain anything from plain text to media-rich content (video, audio, photo, links, etc.).
  • They can be altered or extended via plugins.
  • What sets posts and pages apart:
  • Pages are generally not a part of your main blog’s content. For example, if you have a travel blog, you would write posts about your latest travels. You would reserve pages for things that relate to you and the blog, such as a page with information about you or a page with a contact form to contact you.
  • Posts are part of your main blog’s content. They will show up as new entries within your blog and your RSS feed (Rich Site Summary is a web feed used to distribute information from your blog to subscribers.) Pages will only be displayed when you link to them directly and never within your RSS feed.

Comments

Comment manager where you will approve or delete new comments on blog posts and pages. The Comments feature is the best way to manage reader interaction. It allows readers to add comments on the topic, ask questions and provide feedback. It allows you and your readers to stay engaged with the community and interact around your specific niche market. Both blog posts and pages can accept comments. Most WordPress themes come equipped with comment layout functionality. However, it is up to you to engage with your readers and encourage them to leave comments on your blog. Check for new comments regularly. Approve them promptly and reply to them as needed.

Wordpress Comment.

Appearance

This menu is where most of the activity of changing the design and layout of your blog will take place. Here you can search for and install new themes and make additional customizations to your blog’s header image, colors and background.

WordPress Appearance

In the Appearance menu, you will find the following submenus below: (We’re presenting options that are commonly available. Keep in mind that options will vary, depending on the theme you choose.)

  • Themes — This is where you can search for themes on the WordPress network or install themes you have downloaded from elsewhere. We will talk about theme selection momentarily.
  • Customize — Depending on the theme you have chosen, you will be able to use the Customize section to make changes to the theme’s design in a visual editor. Things that can be customized include: Title and Tagline, Color, Background Image, Static Front Page, and Featured Content.
  • Widgets — Widgets are boxes you can add to various areas of your WordPress blog. Depending on the theme you have chosen, this can include the homepage, header, sidebar and footer. Adding widgets is a simple task, and it works using a drag & drop building experience. Widgets can showcase a social media links, a search bar, subscription links, about text for the blog, most recent posts, most recent comments, links to other blogs you like, and more.
  • Menus — Depending on the theme you have chosen, you can create one or more menus that will appear horizontally in your header.
  • Header — Depending on the theme you have chosen, you can upload a graphic at a specific size (determined by your theme) which will be displayed at the top of your blog.
  • Background — Depending on the theme you have chosen, you can change background colors or upload your own background image.
  • Theme Editor — The editor is for advanced users and involves code knowledge. It gives you the option of editing theme code for specific functionality and design changes. Because visitors will be able to immediately see any changes that you save in your theme’s code, it’s usually safer to edit copies of your files offline, test, and upload your changes when they are verified. If you are going to use editor, always make sure you backup current version of your blog before editing your files. If there is a problem, you can always upload a previous version of the code to fix it..

[irp posts=”2065″ name=”WordPress Themes: Getting the Right Design and Layout for Your Blog”]

Plugins

Plugins are bundled pieces of code which affect the way your blog looks or feels. They can add new functionality to your blog, extend your theme’s capabilities, and customize your blog as a whole or in part. While a majority of plugins are free, there are plenty that are offered for a fee based on their unique functionality.

  • Installed Plugins: this shows you plugins you have already installed.

About WordPress Plugin

  • Add New: click here if you want to add new plugins.
  • Plugin Editor: you can make direct edits to your plugin here, but it is best that you don’t unless you know what you’re doing. Editing your plugin code may introduce conflicts that break your site.

WordPress Plugin Editor

Users

This section allows you to add new users to your WordPress blog, customize your own user profile, and edit users you have added to your WordPress blog.

WordPress Users Menu

  • All Users: shows you all who are registered on your WordPress website. You can see the role that has been assigned to each user as well as other info, such as the number of posts they have published on your site.
  • Add New: this option lets you add a new user and also assign a role to them

Wordpress Add New User

  • Profile: this displays personalization options for the currently logged in user. Here, you can customize your wp admin dashboard to look different for you. Let’s say you are tired of the blue WordPress dashboard. You can change the default WordPress color scheme to a different set of colors. You can also personalize the look and feel of WordPress editors, and make changes to your profile details.

WordPress Profile

You can assign each user the following roles: analyzing your website traffic.

  • Administrator: Able to perform all actions on the blog. This should be reserved for you as the site owner and only those you trust highly with your blog as they have the power to do anything, including lock you out of your own site.
  • Editor: Access and edit all posts, pages, comments, categories, tags, and links.
  • Author: Publish and edit articles, posts, and upload media.
  • Contributor: Write and edit own posts, but is not able to publish without consent.
  • Subscriber: Can only read and comment on posts or pages.

Tools

Tools to import and export content to and from your WordPress blog.

Settings

Edit general blog settings, writing settings, reading settings, discussion (comment) settings, media settings and permalinks (URL formatting for your blog).

In addition to the general menu items in the left hand column mentioned above, you’ll also find menu options for plugins you have installed. Depending on the plugin’s purpose and coding, it’s settings can be added to any standard menu (posts, pages, comments, appearance, plugins, users, tools or settings) or as a new menu item anywhere in the left-hand column.

Share the Post:

Related Posts

Join Our Newsletter

Scroll to Top