Browsing tutorials in Comments


1 Star2 Stars3 Stars4 Stars5 Stars

Display the total number of trackbacks

Some time ago, I shown you how to display the total number of comments on your WordPress blog. With a little modification, this recipe can be used to display the total number of trackbacks.

Category: Comments | Source: | | Report Broken Link
Processing your request, Please wait....

1 Star2 Stars3 Stars4 Stars5 Stars

Making comments collapsible using jQuery

Some blogs have over 100 comments on every new posts, which makes the page extremely large. So lets say you want to shorten those pages by making the comments collapsable, well there is a easy solution for that! jQuery! We are going to integrate jQuery into Wordpress and make the comments collapsible!

Category: Comments | Source: | | Report Broken Link
Processing your request, Please wait....

1 Star2 Stars3 Stars4 Stars5 Stars

How To: Displaying Your Most Commented Posts

Though this isn’t quite the same as displaying your most popular posts in your sidebar, here is some code you can use to display the posts that have received the most comments.  You’ll want to place it in your sidebar where you want the code to be displayed.

Category: Comments | Source: | | Report Broken Link
Processing your request, Please wait....

1 Star2 Stars3 Stars4 Stars5 Stars

Separating Pings from Comments in WordPress 2.7

WordPress 2.7 is introducing many new features surrounding comments. Of these is AJAX commenting and threaded comments. To take advantage of the later, you must use a function wp_list_comments instead of the old way of looping through the comments array with a foreach.

Category: Comments | Source: | | Report Broken Link
Processing your request, Please wait....

1 Star2 Stars3 Stars4 Stars5 Stars

Author Comment Styling In WordPress

An often-used feature on WordPress blogs is the ability to style comments made by the post’s author differently from the others – helping replies to stand out. Here, we will edit the default WordPress to add some subtle styling to author comments.

Category: Comments | Source: | | Report Broken Link
Processing your request, Please wait....

1 Star2 Stars3 Stars4 Stars5 Stars

Highlighting Author Comments

I love it when it comes to styling the comments. I always find it a challenge to do something different. But my favorite part of comment styling is the author highlighting.

Category: Comments | Source: | | Report Broken Link
Processing your request, Please wait....

1 Star2 Stars3 Stars4 Stars5 Stars

Styling Authors comment

What we’re going to do is instruct WordPress to identify specific author emails and assign a unique class name to each.

Category: Comments | Source: | | Report Broken Link
Processing your request, Please wait....

1 Star2 Stars3 Stars4 Stars5 Stars

Making comments stand out

In the default of most themes, all comments look the same. There have been ways of changing the appearance before using plugins and hacks – and this is more of the same. Hopefully though it’ll give you some extra flexibility.

Category: Comments | Source: | | Report Broken Link
Processing your request, Please wait....

1 Star2 Stars3 Stars4 Stars5 Stars

Minimum Comment Content Length

Fight spam by making your visitor write a comment a bit longer then usual.

Category: Comments | Source: | | Report Broken Link
Processing your request, Please wait....

1 Star2 Stars3 Stars4 Stars5 Stars

How to Add Gravatars to Themes

Add Gravatars to your WordPress theme. Gravatars are a quick way to add a personal touch to your blog comments by displaying the avatar of the commenter alongside their comment.

Category: Comments | Source: | | Report Broken Link
Processing your request, Please wait....