Import tags from a CSV
Recently I needed to add a large list of tags to a WordPress site. The tags were in a spreadsheet, so I converted it to...
Recently I needed to add a large list of tags to a WordPress site. The tags were in a spreadsheet, so I converted it to...
Recently at work we had a situation where we needed to roll back to the previous day's backup of our WordPress site to...
This is a 2-part post discussing how to set up custom columns for a custom post type in WordPress. Part 1 focuses on...
This is a 2-part post discussing how to set up custom columns for a custom post type in WordPress. Part 1 focuses on...
I spent a lot of time recently figuring out the Wordpress Settings API. Although there are still parts of it that...
Sometime you may need to mass delete a bunch of tags that are unused (or maybe only used once). I'm sure there are...
For a long time making ajax calls in Wordpress was very confusing to me. After reading the Codex and several articles...
I couldn't figure out why I was getting this error on a Wordpress site the other day: Error: $ is not a...
I found a great WordPress tip while reading some articles today. Often when you're trying to solve a problem you'll...
I ran into one of the limitations of WPQuery recently when I realized it couldn't do a \_fairly simple...