Posts Tagged ‘comment’
How to Add Live Comment Preview to Comment Textarea without Plugin
www.dynamicwp.net - The comment live preview feature helps the comment writer to see what they are writing in the comment form as they write. This feature works well to help prevent errors in spelling and grammar by giving the user a chance ...
WordPress Comment Design: Tutorials, Considerations, Plugins and Design Inspiration
www.dynamicwp.net - In this post you’ll find some best practices, considerations, tools and design inspirations. Which I hope can help you in designing a beautiful commenting system on your blog.
Show Top Commentators In WordPress Without A Plugin
wpcanyon.com - Here is a simple code snippet for getting the top commentators listing in WordPress so you don’t have to use a plugin for that purpose. Show Top Commentators In WordPress Without A Plugin.
Link Love WordPress Plugin
www.intenseblog.com - The Link Love WordPress plugin will count the number of approved comments each commentator has left on your blog (based on the author email address) and then reward he/she with a Do-follow link in the Comment Author Link field.
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() ...
Get Popular Posts In Current Week, Month By Comment Count
www.deluxeblogtips.com - This article will show you an advanced usage of powerful query_posts() function in WordPress to retrieve popular posts in a period of time (current week, month, year or in last 30 days) by comment count. Using the query_posts() function instead ...
WordPress Tip: Move A Comment From A Post To Another
www.deluxeblogtips.com - Sometimes we meet the situation when someone asks about something by leaving a comment in a post, but the question is very different from the post content. For example: ask about SEO in a post that writes about CSS3, ask ...
WordPress: Redirect to Thank you page after commenting
deluxeblogtips.blogspot.com - Redirecting visitors to a Thank you page after they commented on posts is a good way to communicate with them. In the Thank you page, you can inform that their comments have been queued (for moderation) and say that we're ...