March 24, 2012

While messing around with custom posts in WordPress, I noticed that the standard Tag Cloud, Categories, and Archives widgets that come with WordPress do not support custom post types. I gave the plugin directory a quick search and found one plugin that enables monthly archives for custom post types, but there were no plugins for the other two. I installed the archives plugin, but it doesn't work how I want. To remedy the situation, I...
March 16, 2012

Originally developed for the University of Maryland's WordPress theme, the "Teasers by Category" plugin has been adapted to be useful on any website. Essentially, the widget pulls and displays teasers of a specific query of posts according to the options selected in the widget.
February 27, 2012
I have created my share of forms that contain an element that allows the user to upload a file; however, the issue I ran into today was something I had yet to come across. In hindsight though, I am not really sure why I never came across this problem. I was in the process of testing the file upload error handling by trying to upload a file that was larger than my 8MB limit, when...
February 17, 2012
I cannot remember exactly why this was necessary, but on my development server at work, I needed to setup WordPress multisite using subdomains and it took me a while to figure it all out. I've compiled this step-by-step guide so I will remember how to do this in the future and in hopes that it will help someone else. I should mention that I am on Mac OSX and these directions assume you already have...
February 4, 2012
In the process of setting up a development server, I needed to import the data from several live WordPress sites into the WP installation on the development server. So, of course I used WordPress's inherent export and import features. When I attempted to import the data into the development server, I kept getting errors when WordPress tried to import media. "Failed to Import Media" is all it said. Not very specific, I know. In order...