Stop Image Hotlinking
Hotlinking and is very common-place with images. People will add your image URL into their own web pages passing it off as their own. Stop that!
Removing the WordPress Version Number
Displaying the WordPress version number in your website’s source code may help hackers target exploits. Remove it today!
Securing the WordPress Uploads Folder
Securing your WordPress uploads folder from being abused by people uploading unauthorised file types.
How to Backup your WordPress Website
How to properly backup your Wordpress website. We delve into the frustrating world of wp-cron and backup plugins.
How to Restore a Hacked WordPress Site
Have you ever had your WordPress site hacked and did you have to pay somebody to restore it? Here’s my 21-step process to restore a hacked WordPress site.
WordPress .htaccess on Zeus Server
Here’s how to implement the WordPress .htaccess file on a Zeus server using rewrite.script
State of the Word 2012
Watch Matt Mullenweg’s “State of the Word 2012” video from WordCamp San Francisco.
How to Stop the MailChimp Plugin Slowing Down Your Website
After doing some performance tests we noticed the official WordPress MailChimp sign-up plugin was drastically slowing our website down. Here’s our fix.
How to Add a Header Image to your WordPress.org Plugins
Here’s how to jazz up your WordPress.org plugin with a custom header image.
How To Set a Page as the Parent of a WordPress Custom Post Type
What if you needed to set a particular page or post in your website as the parent to your new custom post types?
Here’s a solution for that.
How To Create Dashboard Menu Icons for WordPress Custom Post Types
Using an image sprite, we show you how to create dashboard menu icons for your custom post types that change on hover, just like the the core WP icons.
Using the WordPress Post ID Outside of The Loop
WordPress provides access to post and page data within “the loop”, but what if you need to get this information outside of the loop?