Blog


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

Read

July 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

July 13, 2014

Hosted Elasticsearch Recommendations

I've blogged about installing Elasticsearch and securing Elasticsearch. But what about hosted Elasticsearch? There are several great options out there if you don't want to deal with managing a...

Read

July 11, 2014

Securing Elasticsearch

Securing Elasticsearch is extremely important if you are running it in production. I learned the hard way. By design, security is not built into Elasticsearch. They leave it up to you as the...

Read