Author Archives: Doug

Block Repeat Spam Offenders From Your WordPress Blog

Some excellent WordPress security tweaks can be found at this article on Smashing Magazine, including ways to protect your wp-config file and prevent hot-linking to images on your site. My personal favorite is this snippet of code entered into your .htaccess file to ban persistent spam bots from your blog: Paste the following code in [...]
Posted in WordPress Tips & Tricks | Tagged , | Leave a comment

Make WordPress Take Out The Trash

A simple and very useful trick by way of WP Recipes that tells WordPress to automatically empty the trash: Simply open your wp-config.php file (located at the root of your WOrdPress install) and paste the following code: define('EMPTY_TRASH_DAYS', 10 ); The second parameter is when to empty trash, in days. If you’re like me, you’re [...]
Posted in WordPress Tips & Tricks | Tagged , | Leave a comment

Starting A WordPress Blog: Your First Plugins

Plugins are a big part of what makes WordPress so versatile. There are thousands of free plugins available for WordPress that add an incredible amount of functionality to your website. But sometimes people get ahead of themselves and try to install all these “must have” plugins they’ve been told every blog needs before they even [...]
Posted in Plugins, WordPress Basics | Tagged , , , | Leave a comment

Starting A WordPress Blog: Permalinks, Askimet And User Name

One of the great things about WordPress is that it works right out of the box. As soon as you finish the basic installation you’re able to start blogging and publishing your content to the web without configuring your setup. If you want a blog with greater stability and search engine optimization, however, here are [...]
Posted in WordPress Basics | Tagged , | 1 Comment