Remove <br /> after wp_list_categories
Adding this PHP code to your wordpress theme will remove the <br /> from wp_list_category().
read moreGood robots.txt
This is a good example of a robots.txt to use with your wordpress installation. Bellow the first example is one from smashing magazine. Yes yes I know, I know, not the best robot drawing in the world! have a better one? send it along ill replace my robot with yours.
read morethis months featured snippets
Disable dashboard widgets
Adding this first block of code to the functions.php of your wordpress theme will disable select widgets within your dashboard. Bellow is a list of widgets you can add to the list if you wish to disable them.
read moreCreate dashboard widget
Adding this PHP code to the functions.php of your wordpress theme will add your custom dashboard widget. This is just the basic building blocks of your own custom dashboard widget.
read morePost is older than
Adding this first block of code to your functions.php will allow you to check the age of a post to see if it is older than a set number of days. Great if you want to display some some information related to the post after set number of days or even stop displaying the post altogether.
read morePrivate posts for logged in users
Using this as your wordpress loop will display posts with the custom field of private only to users that are logged into your website.
read moreNotify members on new posts
Adding this PHP code snippet to the functions.php of your wordpress theme will notify users of new posts. Please note that this snippet is best used for low volume sites. Large websites should consider alternative options.
read morelast months featured snippets
Set maximum post title length
Adding this PHP code to the functions.php of your wordpress theme will set a maximum number of words that can be displayed within your post title.
read more














