Remove private and Protected
Adding this PHP code to the functions.php of your wordpress theme will remove the private and protected text that will displayed with password protected posts.
read moreDisplay twitter like time
Adding the function to your functions.php in your wordpress theme. Then replace the_time(); in your theme with the second PHP snipp time_ago();. Time format will then display “3 days ago, more than a month” etc.
read morethis months featured snippets
Get post ancestors
Adding this PHP code to your theme will allow you to retrieve the parent posts based on post ID.
read moreReturn trackback URL
This PHP code placed within the loop of your wordpress theme will return the trackback URL for the current post.
read moreSubmit to Digg
Adding this snippet to single.php or index.php templates of your wordpress theme will allow people to automatically submit your post to digg with a single click.
read moreSubmit to Reddit
Adding this PHP code to the loop of your wordpress theme will allow users to submit your post to reddit.
read moreShare on Twitter
Adding this PHP code to the loop of your wordpress theme will allow users to share your post on twitter.
read morelast months featured snippets
Bookmark on Delicious
Adding this snippet to index.php or the single.php templates of your wordpress theme will allow people to automatically bookmark your posts on Delicious.
read more


















