Convert Post Metadata into Tags (Terms)

There are times when you need to re-organize how your WordPress post data is saved. In my case, I recently wanted to change some metadata into an actual term relationship for a number of posts. This snippet took all of my `vendor` posts, which had post metadata `vendor_markets` and `vendor_category`, and properly categorized them. Now, […]

Excluding a directory from WordPress

I’m working on a site, and we have been storing archive copies of our newsletter on our site like this: http://example.com/newsletter/2015-05/ The site itself has been a homegrown PHP solution which I’m finally, after years, converting to WordPress. One challenge is this folder structure. I don’t really want to mess with it. But I need […]