Put Your WordPress Comments To Work
62Wordpress Comments
Feedback and comments are what we bloggers love to have. Comments mean people are reading your blog, and that you have achieved an interactive element in your blog. So, how can we get extended life out of our comments. Below are some very simple ways to put your WordPress comments to work -- over time.
- Display the Total Number of Comments on Your WordPress Blog | PHP Magic Book | Free PHP Scripts, Tut
In this tutorial we will learn how to show total number of comments at your blog using the $wpdb object. Use the following code where you want to display
Show Off Your Numbers - Display Your Total Comment Count
From just looking at your blog can a reader know how many comments have been made to your blog? Displaying a running sum of the total of comments on your blog can show how many people love your blog post. So, proudly show your comment totals in the sidebar or at the top of the page. To show your total numbers you will have to place a php code in your blog.
Highlight Your Comments
Highlight your comments. You can highlight your comments by alternating shades and colors. This feature requires you to add code to your CSS file.
- Numbering your comments, pingbacks, trackbacks
Since WordPress 2.7 exists an API for the comment area. Thereby you can purge the PHP-portion within comments.php. Jean-Baptiste shows
Number Your Comments
If showing the total number of comments on your blog is not for you, just add numbers beside your comments. You will have to modify your comments.php and functions.php files.
- How to: Use Twitter avatars in comments
Daily recipes to cook with WordPress
Twitter Your Blog
Twitter is the new trend, so include twitter features on your blog. Adding twittastic graphics, (which is the twitter avatar of the user) to your blog comments. You will have to upload the twittar.php file and edit your comments.php.
All of the above "Put Your Comments To Work" suggestions have links to sites that will take you step by step. Just follow the easy instructions and you too can "Put Your Comments To Work" over-time.













khadilkarprakash 2 years ago
Very useful hub.