A task that I had to tackle this week was to populate a drop-down list in one Gravity Form with the names of people who filled out another Gravity Form on the same website. Sound like a lot of work?… [Read More]
NextGen Gallery is a well known and popular image gallery plugin for WordPress. It is fairly easy to use and is great for clients who like to manage their own images, galleries, and albums. It is also has a very… [Read More]
After moving my WordPress install out of a directory and turning it into a Multisite install, I found the problem that my Portfolio (which is based off a couple of Custom Post Types, vanished without a trace. I wasn't aware… [Read More]
By default, when you access the Wordpress $post object, the $post->post_excerpt item is always empty UNLESS you manually handcrafted an excerpt for that particular post. This portion of code is a workaround if you only need the excerpt. It trims… [Read More]