Display the comment count using a shortcode
Adding this snippet to the functions.php of your wordpress theme will let you display the comment count for any post by simply using this shortcode [comments id="23" ] replacing the ID with the post ID you want to display the count for.
read moreDisplay total number of PDF files in your media library
Adding this snippet to the functions.php of your wordpress theme will return the total number of PDF files within your media library.
read moreGet feedburner count using get_transient and wp_remote_get
Adding this snippet to the functions.php of your wordpress theme will get your feedburner subscriber count using get_transient and wp_remote_get. Add the second snippet to your wordpres theme in the location you wish to display the RSS feed subscriber count.
read morethis months featured snippets
Display last months most commented posts as thumbnail
This snippet will display last months most commented posts as thumbnails. Add the first snippet to the functions.php of your wordpress theme then add the second snippet where you wish to display the thumbnails. I currently use this snippet on http://wpsnipp.com after the third post if you wanted to see it in action.
read moreAdd total members to “Right Now” dashboard widget
Great little snippet that will display the total number of members within the Right now dashboard widget. Just add this to the functions.php of your wordpress theme and you are ready to go.
read moreDisplay total published words in “Right Now” admin dashboard
Adding this snippet to the functions.php of your wordpress theme will display the total number of published words from posts and pages. This is displayed at the bottom of the “Right Now” box in your wordpress admin dashboard.
read moreRemove the comments count column from pages
Adding this snippet to the functions.php of your wordpress theme will remove the comments count column from pages admin page.
read moreDisplay the total number of spam comments
I wanted to post this snippet primarily because of the post image I get to use. “Full size spam image” mmmmm fry that up. Oh ya, Adding this snippet to your wordpress theme will display the total number of spam comments to your blog.
read more












