Posts contained in the “WordPress” category:

WordPress is one the three big CMS’s out there (Joomla and Drupal being the other two). WordPress offers a sturdy engine, an easy-to-understand user interface, and an energetic and robust development and support community.

Controlling WordPress Post Revisions

If you’re familiar with wiki software such as MediaWiki or DokuWiki, you’re probably aware that most wiki software keeps a copy of every single revision made to a wiki article. If you’re not familiar with that feature, go to any random article on Wikipedia (which runs on MediaWiki), and click on the “View History” tab …read more…

d12 Message Blocks WordPress Plugin – 2.5

I have recently updated my d12 Message Blocks plugin for WordPress. It adds two new message blocks: one with a title and no icon, and another with neither a title nor an icon. You can get it from the WordPress plugin repository. Development snapshots are available on my Git repo.

Install WordPress Plugins from a Zip File

I often work with people who are completely new to WordPress, or to using a CMS in general. As a result, I’ve decided to put together a series of short video tutorials covering some of the more basic aspects of WordPress. Today, we learn how to install plugins from a zip file. If there is …read more…

Install WordPress Plugins from the Dashboard

I often work with people who are completely new to WordPress, or to using a CMS in general. As a result, I’ve decided to put together a series of short video tutorials covering some of the more basic aspects of WordPress. Today, we learn how to install plugins. Next time: installing plugins via a .zip …read more…

Create Custom Menus in WordPress Redux

In many themes, a “default menu” of your pages will show up somewhere around the top of your website. Depending on the menu’s functions, you may or may not have any control over how these pages appear and parent pages may not show child pages as a drop-down. A custom menu is just that: a …read more…

Make WordPress Post Formats All They Can Be

There is a movement afoot to remove post formats from the WordPress core. As Morten Rand-Hendriksen writes in this Trac ticket, it appears the feature has largely been left to pasture and implementation across themes is at best spotty and inconsistent. In other words, because so few themes use them, we should get ride of them. …read more…

WordPress Settings API Cheat Sheet

It took me longer than it should have to figure out the WordPress Settings API, largely because there are certain parameter names that must match if things are to work properly. However, after making good use of the Google and studying the WordPress Codex extensively, I finally figured it out. Two really helpful tutorials were: …read more…

DreamObjects Backups

I’ve been with a number of hosts over the years, but I have been with DreamHost the longest. They recently rolled out DreamObjects, which is their version of cloud-based storage. I tried it out (the price was right), but really couldn’t see myself using it, until I discovered the DreamObjects Backup plugin by Ipstenu. In …read more…

Useful WordPress Plugins

One of the great things about WordPress is that it is so easily extensible my means of plugins. Need to add a contact form, but don’t know how to code one? Grab a contact form plugin. Need to add some advertising to your site, but your theme doesn’t offer that option? Grab a plugin. In …read more…

Subversion on Windows: A TortoiseSVN Workflow

Although I like Macs and I love Ubuntu, I spend most of my time in a Windows environment, because most of the people I work with use Windows. I need to see what they see and see it how they see it. So, Windows it is. Windows is not a bad place to do web …read more…