There is a button like a feedburner count button for Twitter Follower Count. If you want to display your twitter count as text, follow this ... [...]
Feedburner provides a feedburner subscribers count button. but using this tip you can show this as a text. Just copy and paste this code a... [...]
First open your functions.php file and add this code to it. function print_post_title() { global $post; $thePostID = $post->ID; $p... [...]
It's easy with this plugin. you would need to download and install a plugin called WP-Relative Date . After installed and activated the... [...]
Feedburner is Great service for manage our feeds. Now we can redirect our wordpress RSS Feeds to Feedburner. Each time some person click o... [...]
You can show how many comments add by registered users on your blog. Try it. 1) Copy this code <?php global $wpdb; $where = 'WHE... [...]
You can show your recent comments in your blog sidebar or anywhere with this trick. This will display recent comments with their gravatars. ... [...]
Wordpress is the best blogging platform in the world. We must have a Domain name and Hosting to make our own (Self Hosted) Wordpress blog. ... [...]