Skip navigation

WordPress School: How to View a Web Page Source Code

Starting this Monday, we will be diving into web browsers in preparation for some basic HTML lessons to help you learn more about the inner workings of WordPress, WordPress Themes, and web design as part of Lorelle’s WordPress School free online course. The first step in the process is learning to view a web page […]

WordPress School: Text Editors

Coming very soon, I’m dedicating a couple weeks to learning about web browsers and HTML and CSS in preparation for moving into the site design and customization aspects of Lorelle’s WordPress School free online course. To help you prepare, today’s tutorial and assignment is to introduce you to text editors. In WordPress, there is a […]

WordPress School: All the HTML You Need to Know

In my WordPress community class the other night, we had 15 minutes left when I told the class I was about to teach them how to speak HTML before class ended – well, enough HTML to publish in WordPress. They didn’t believe it. Believe it. It took about 6 minutes. I hope to do the […]

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: How to Publish Code

I blog about the technical side of blogging, about WordPress, WordPress Plugins, WordPress Themes, HTML, CSS, web design – code. I often blog about code. And people ask me code questions. I’ve become an expert in writing code so it looks like code on web pages. The time may come, or you may have already […]

Writing with Single Lines Not Double in Your Blog Posts

If you are a poet, quoting poetry, write out an address, recipe, or need to create a block of text featuring single lines not double lines between each line, here’s how. By default, WordPress and most blogging programs turn every line into a paragraph. When you hit the ENTER or RETURN button on your keyboard, […]