Unit 6: Configuring Your Blog

Introduction:

By now you should have WordPress installed. If you have not yet installed WordPress on your hosting account (i.e., a self-hosted blog), please review the Zoom classroom session from last week and complete the installation. Now that WordPress is installed, let’s work on its configuration. There are numerous ways to configure WordPress, but before we dive into that, let’s review a few elements of the software structure.

Pages

Pages in WordPress are much like pages in a book. A page can be published immediately or held as a draft. It can also support comments, although this would be very awkward from a usability perspective. Pages can be edited in visual mode using a rich text editor or in plain HTML mode. They can also be placed in any desired order and can support sub or child pages. In most blogs, the blog itself constitutes the first page and contains the posts.

Categories

Categories add structure to a blog, as posts are allocated to them. They aid with navigation (for the user to find a particular post), search engine optimization, and help set the mood and theme of the blog. Categories can also contain sub or child categories.

Posts

Posts are articles that constitute each one of your blog entries.

Through the use of a comprehensive category system, posts can be segmented and displayed in various areas or pages throughout the blog, based on their category. In most blogs, posts cascade down the home page eventually paginating into a back log. Creating posts with the rich text editor is almost identical to the environment that creates pages. Posts also support comments that encourage interaction in your blog.

Posts can be published immediately, saved as drafts, or post-dated to be published automatically on any given day. Posts are what drive your content and ultimately your blog itself. Unlike Facebook status updates, it is critical to the success of your blog that you create meaningful, well-researched posts of value for your readers.

Configuring

The first thing we are going to do in configuring your blog is to create a few sample pages, categories, and posts.

Creating a Navigation Menu

WordPress will not add your pages automatically to a navigation menu; however, this video How To Add Navigation Menu in WordPress 2023 (Step-By-Step) will show you just how to add a navigation menu to your WordPress website.

Reordering Menu Items

With the recent release of WordPress v6.3, some options such as the Menu Editor, which previously allowed you to reorder menu items, have been removed as they are redundant on newer themes. This only happens with themes offering the support for the full-site editing. Full Site Editing (FSE) is a set of modern features for the default WordPress Block Editor. Rest assured though, you can still easily reorder your menu items by installing the Simple Page Ordering Plugin. The plugin page does give you a good overview of the plugin, however, for instructions on how to use this plugin, please visit How to Organize or Reorder WordPress Pages with Drag & Drop.

Increasing Font Sizes on Pages and Posts

Font sizes are now increased or decreased through the Typography option on the panel on the right-hand side of the editor when a post or page is being created or edited. To see the Typography options, select Block, click on the three dots to expand the Typography menu, and then choose a larger size or set a custom font size.

Typography option on the panel of WP

Graded Assignments

Unit 6

Complete the tasks below:

WordPress is meant to be an intuitive program. See if you can accomplish these tasks without referring to any instructions:

  1. Create three pages in addition to your blog's Home page as shown below, and add a heading and some paragraph content to each of these pages:
    About | Resources | Contact.
  2. Create at least three categories and one sub-category.
  3. Create two test posts designated to a category. For one of these, include text and an image.

Log in to Moodle and post your blog link with username and password, in addition to completing the tasks above.

Note: If you get stuck, have a look at the WordPress instructions:
Creating a Page:
https://wordpress.org/documentation/article/create-pages
Creating a Category:
http://codex.wordpress.org/Manage_Categories_SubPanel
Creating a Post:
https://wordpress.org/documentation/article/wordpress-block-editor