How to disable automatic updates in WordPress
So, you just updated your site with WordPress 3.7 (or newer), and you noticed that one of the new features is automatic background updates. The feature will updated WordPress core and translations files, but it will also allow you to automatic update themes and plugins. There are also reasons why WordPress auto updates will not work, […]
Sharpen resized images and interlace option in WordPress
Have you ever notice that some resized images in WordPress look blurry, and you would like to dynamically sharpen those images without a bloated plugin. Well, here is how, you can sharpen the resized images in WordPress; and while you are at it you can also activate the interlace option on all image. Interlaced images […]
Image Store: Adding additional color options part 1
One of the benefits of using the Image Store plugin is that it provides hooks — base on the WordPress API — that allow you to modify the functionally without having to write the a whole new plugin or miss out on important updates. Today I am going to show how to add additional color options for your images. […]
WordPress search: Filter posts by custom taxonomy
Returning results using a custom taxonomy is easier to do it that it sounds, I will show two ways. The link method The first method I think is the easies because it doesn’t require to buil any form create any fields or try to learn complicated API calls. Here are a few examples, you want to add. Term name: […]