No more WordPress updates

March 14, 2012

No plugin necessary. Simply add this to your functions.php file.

<?php
  add_filter( 'pre_site_transient_update_core', create_function( '$a', "return null;" ) );
  add_filter('site_transient_update_plugins', create_function( '$a', "return null;" ) );
?>

I find that unexpected updates of the core or specific plugins can really mess up a site – and if you’re turning this site over to some users that generally believe updating always improves it – this will help.

WordPress 404 for Private pages

February 3, 2012

Web workflow efficiencies

January 4, 2012

Media Temple – Crontab DB backup Script

October 2, 2011

Modify WordPress Posts per page

September 23, 2011

Google Image Searches

September 21, 2011