Posts Tagged ‘comments’
Remove Nofollow for Comment Authors with a Simple Function
www.doitwithwp.com - By default, WordPress comments use the nofollow attribute to prevent spammy URLs getting seen by search engines. Unfortunately, it also punishes the innocent, so you can use this quick function to get rid of it and keep your links dofollow.
How to Attract Comments on your WordPress Blog and Increase Interactivity?
www.techzoomin.com - Complete guide in attracting the visitors comments on your WordPress blog or blog and tips for increasing quality comments. Get know about WordPress plugins that facilitates comments. Read More.
Get Instant Site Updates With Prowl [WORDPRESS]
www.doitwithwp.com - This tutorial shows you how to leverage the powerful iPhone app Growl to get instant updates from your WordPress installation for new comments, trackbacks and posts that have been published or are awaiting review, great for sites with multiple authors/editors.
How to Add a Rate Field to WordPress Comments
oscardias.com - In this article I’ll show you how to add a rating field to your WordPress comments. We’ll work with PHP to enable the new field and show it in the comments template. Also, we’re going to do some styling in ...
All The Useful Plugins For WordPress Comments
www.designyourway.net - The WordPress comment area must be managed, organized and stylized with CSS and WP hacks or the easy way, using plugins. There are here 47 WordPress plugins and I hope they will help you.
Little code snippet for showing amount of comment a comment author made
wpcanyon.com - I saw a really cool thing on ProBlogDesign. In the comments there is also the amount of comments the comment authors made. Here is a screenshost. I saw a really cool thing on ProBlogDesign. In the comments there is also the ...
WordPress Tip: Get Total Comments Of A Commentator
www.deluxeblogtips.com - Sometimes you want to show the number of total comments of a commentator in WordPress blog to emphasize the contribution of this commentator to blog's discussion. This can be done via simple queries to database as I'll show you in ...
Display Comment Form With Ease In WordPress 3.0
www.deluxeblogtips.com - The PHP code for comment form (in comments.php file) in WordPress is usually complicated, and could makes WordPress beginners confused to use and customize. Fortunately, this is changed in WordPress 3.0. WordPress 3.0 provides a new function comment_form() ...