Tag: comments
-
Use The Comments Of WordPress For More
You might want to have comments displayed on different spots. For example, displaying the last x comments in a central template. This requires the latest comments or all comments on your site. This is a small solution that scans all the comments, or a certain number, and is supplied with markup.
-
Exclude A Category From Turn Off Comments Automatically
Thanks to our post New Ideas For 2010? Now It’s Your Turn! we got an email form one of our loyal sponsors Chris Coyier.
-
Numbering your comments, pingbacks, trackbacks or all
Since WordPress 2.7 exists an API for the comment area. Thereby you can purge the PHP-portion within comments.php. Jean-Baptiste shows a simple solution to count comments. This solution is very well known and get used pretty much since the first release of WordPress. But if you like to have a filter, which counts only the…
-
Comment And Ping Count In WordPress 2.7
The comment area changed a lot in WordPress 2.7. A good reason to check your comments.php and make some changes to it. Especially I like to seperate the comments from Ping- and Trackbacks. Matt shows in an excellent tutorial how to do it: Separating Pings from Comments. But I didn’t like one thing in this…
-
Add Avatar To WordPress Default
Avatars are popular as identification and with the service Gravatar it is largely used in the comment area of different applications. WordPress allows the user some basic settings. For example loading a default or generated Avatar, if the commentator doesn’t have one. Various themes have a standard Avatar to match the design. But even here…