List top commentators
Adding the first block of PHP code to the functions.php of your wordpress theme will let you call the function in the bellow block of code anywhere in your theme to display the top five commentators.
read moreSeparate trackbacks from comments
Adding this code to your comments.php replacing the default comments loop will allow you to separate trackbacks from comments.
read moreAdd delete and spam actions
The first snippet of code should be added to your functions.php of your wordpress theme. Once added you will need to open comments.php and add the second snippet of code to the location you wish to display the delete and spam links. These links will only be displayed for users with the ability to edit posts.
read morethis months featured snippets
Duplicate content comment pages
Adding this PHP code to the functions.php of your wordpress theme will prevent duplicated content as a result of multiple comments pages.
read morePrevent access to wp-admin
Adding this code to your functions.php will redirect subscribers away from wp-admin to the home page.
read moreFirefox opensearch and your blog
Add this code to a text editor and save as opensearch.xml then upload to your root dir. This will let users add your website as a search engine within Firefox like Google, Bing, Wikipedia and others. Now visitors can change their search option and select your blog.
read moreRemove windows live writer
Adding this PHP code to your wordpress functions.php will remove windows live writer from the wordpress header.
read moreCheck if user is logged in
Using this PHP code in your wordpress theme will let you display alternate content to users that are logged in. You could use this to display a custom message to logged in users eg: register or welcome message for members.
read more






