Posts tagged with "wordpress"

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...

Restore selected posts from a backup

Recently at work we had a situation where we needed to roll back to the previous day's backup of our WordPress site to...

Sorting and filtering on custom columns

This is a 2-part post discussing how to set up custom columns for a custom post type in WordPress. Part 1 focuses on...

Adding custom columns (including the admin links)

This is a 2-part post discussing how to set up custom columns for a custom post type in WordPress. Part 1 focuses on...

Demo plugin for using WordPress Settings API

I spent a lot of time recently figuring out the Wordpress Settings API. Although there are still parts of it that...

Removing unused tags in Wordpress

Sometime you may need to mass delete a bunch of tags that are unused (or maybe only used once). I'm sure there are...

The right way to do an ajax post in Wordpress

For a long time making ajax calls in Wordpress was very confusing to me. After reading the Codex and several articles...

Fixing "$ is not a function" in Wordpress

I couldn't figure out why I was getting this error on a Wordpress site the other day: Error: $ is not a...

Where to put your custom WordPress functions

I found a great WordPress tip while reading some articles today. Often when you're trying to solve a problem you'll...

Limitations of WP_Query

I ran into one of the limitations of WPQuery recently when I realized it couldn't do a \_fairly simple...