Entries by Brian Reich

WordPress Posts Defined

WordPress content comes in two basic flavors:  posts and pages. This article is the first in a series of three that define WordPress posts, pages, and discuss the differences between the two. What’s a WordPress Post? Posts have their roots in the annals of blogging history.  Early bloggers kept online journals that they updated daily, […]

Installing WordPress Plugins

[youtube_sc url=”http://www.youtube.com/watch?v=scvMMLXsFD8″] In my last post I talked about  installing WordPress themes. Themes help you quickly change the look and feel of your website.  But what if your site needs a feature that isn’t built into WordPress?  Well today we’re going to learn how to add features to our blogs by installing WordPress plugins. What the […]

Choosing and Installing WordPress Themes

[youtube_sc url=”http://youtu.be/LeGbCQ_aRj0″] There are two ways to customize  a WordPress site: plugins and themes.  Generally speaking, plugins are used to add functionality (maps, image galleries, etc.)  and themes are used to change a site’s public appearance.  This article is about how to choose and install a WordPress theme. Selecting a Theme There are thousands of […]

Multiple Editors in WordPress

I wanted multiple editors in a custom post type that I’m developing in WordPress. I spent my Tuesday cobbling together a solution from articles I found online such as How to Use Multiple WordPress WYSIWYG Visual Editors, Supporting Multiple Visual Editors over at the WordPress Support forum, and a bunch of other links that came […]

Disable Breadcrumbs in Woocommerce

I’m amazed that this isn’t an option within the plugin’s configuration, but you can disable breadcrumbs in Woocommerce by adding the following line to your theme’s functions.php: