Skip navigation

WordPress School: HTML and CSS Parent-Child Relationship

So far in this mini-series on HTML and CSS for Lorelle’s WordPress School, we’ve covered the basics and gave you a test HTML file to experiment with, explored the basics of HTML tags, inline styles with CSS, HTML embedded styles where the styles are removed from the HTML and placed in a <style> HTML tag […]

WordPress School: Category Names

In Lorelle’s WordPress School free online course you are to create a test site on WordPress.com or wherever you choose to experiment. It is your WordPress personal sandbox. This doesn’t mean you can do anything you want in the sandbox. The goal of the test site it to emulate a real site, influencing the decisions […]

WordPress School: Categories and Tags

We’ve covered WordPress posts and Pages, the core content elements associated with a basic WordPress site. Today we are going to focus on posts, specifically how they are organized and structured within a WordPress site. Categories are your site’s Table of Contents. Tags are your site’s index words. Honestly, it is that simple. Think of […]

Blog Exercises: Start Here Guides

Training for educators using online learning management systems for high schools and college recommend creating a “Start Here” page to guide the student through the process. If the process is complicated, this makes sense. The question I wanted to know from trainers is why don’t they provide training upon entrance to the school so each […]

Blog Exercises: How to Tag Posts – The Quiz

In “Blog Exercises: How to Tag Posts,” I covered the basics of how to tag your posts. The following blog exercise is a quiz to see how you would tag the following post. Read through the article on tagging posts for a review. Read the following fictional short story I wrote called “The Story of […]

Blog Exercises: Spell Checkup on Categories and Tags

Oh no! I was writing out a tag in WordPress and the auto-suggest feature popped up with a misspelled tag name! Yikes! Today’s blog exercise is to clean up your tag and category names to ensure you’ve not made the same mistakes. To review your category names in WordPress, go to Posts > Categories and […]

Blog Exercises: Page and Post Abuse

If you are on WordPress, you are familiar with the concept of Pages and Posts. If you are on another Content Management System (CMS), it is likely you have similar content with a different name. In WordPress, Pages, with a capital P, are pseudo-static web pages on your site. They exist outside of the reverse […]

Blog Exercises: Dissecting Post Categories

In a recent article, Noah Weiss shared his struggle to figure out categories and tags on his personal site. I know many of you following these Blog Exercises have also struggled to figure out your categories, so I thought Noah’s site would be a perfect example, He has gratefully given me permission to rip his […]

Blog Exercises: Check Your Site Title Tag

Do you know what the title of your site is? Not the name of your site or the title of your post, but the HTML <title> tag for your site buried in the source code. In HTML, every website is required to have the <title> tag in the <head> of the source code HTML structure. […]

Blog Exercises: Know Your Pageviews

In this Blog Exercise, it is time to learn some website jargon, specifically, what are all the web pages of your site called. I teach web publishing with WordPress and web design courses at two colleges, and I’m stunned that students don’t know at the lack of proper names for all the parts of a […]

Blog Exercises: Category Cross-Pollination

In these Blog Exercises, I am faced with a category quandary. For the most part, these are blogging tips, so they should go into my Blogging Tips category as well as Blog Exercises category, right? Maybe right. These Blog Exercises are meant to have some form of order, though they may be done in any […]

Blog Exercises: Category Counting

Think of categories and tags this way: Categories are your site’s table of contents. Tags are your index words. In general, most sites should have 5-12 categories max. Each category should represent a “body of work,” a collection of posts related to a focused topic. When you find a blog with dozens of categories, what […]

Adding, Deleting, and Changing a WordPress Category

Time to add a new category to WordPress? Have enough content within a specific topic and want to add it to your category lists? Changing your mind about a category name and wish to change it? Want to delete an entire category worth of posts because you don’t want to cover that topic anymore? Adding […]