Blog
August 8, 2014
Add Already Registered Custom Taxonomy to Custom Post Type in WordPress
If you have already defined your custom taxonomy in another plugin and want to use it in a custom post type that you might register in a second plugin, you'll need to add something like this in your...
ReadAugust 2, 2014
WordPress Permalinks On IIS
We have an entire post on tips for running WordPress on IIS, but it seems one of the biggest questions that come up in forums is how to get WordPress permalinks on IIS working properly.ย The easiest...
ReadJuly 28, 2014
WordPress Filter Posts By Custom Field Value In Admin
Searching for posts or pages in the WordPress admin by default only includes titles and body content. If you want to search by custom fields in the WP Admin Edit Posts / Pages page then you can...
ReadJuly 22, 2014
WordPress Reset AUTO_INCREMENT ID In Posts
I've been testing a massive migration from a proprietary CMS to WordPress (using my WordPress C# client). After about 20 different tests my post IDs in the WordPress MySQL database got out of...
Read