404 Not Found Tracking (plugin)

The idea of tracking 404 errors started from here (first posted by WP Mix). The problem is that the result of those tutorials is that you will receive an email for each 404 error, and that can be quite annoying.…

How to disable WordPress’ default image sizes

Every time you upload an image, WordPress saves that image in many sizes by default. Usually it’s ok, but there are situations when we don’t really need those thumbnails (e.g.: when our theme uses custom sizes) and I think it’s…

How to add posts pagination without a plugin

It is quite annoying to add plugin-dependent features to your wordpress themes. So I started looking if WordPress has a built-in function for paging … and after some tests I came to the conclusion that paginate_links is the perfect (built-in function) replacement for wp-pagenavi or any other plugin with the same role.