check out our themes

Category: Plugins

Quick Tip: Insert “Reply To” Into Your Comments

In last time I felt the need for a simple plugin that could help me to respond quickly to comments on my articles with a single click.

I was looking in WordPress Plugin Database, searching by keyword “reply“, and the plugin that I chose was @Reply \w comment preview.

For quick installation, I copied the link to the “.zip” file of plugin, and installed it through Plugin Central. After activation of the plugin it is required to insert a code where you want the link to appear into Comment page of your theme: “comments.php“. You have to go into your Theme Editor, select the file Comments (comments.php) and paste this code:

<?php if( function_exists( 'atrwcp_reply' ) ) atrwcp_reply( $text, $before, $after ); ?>

I chose to display next time, and there is the plugin in action. Also you can preview to which message was written the answer (on hover):

More details you can find on plugins page.

About the Author

Pavel Ciorici - I'm the founder of WPZOOM, WordPress designer from Moldova. Follow me on Twitter

If you enjoyed this article, consider sharing
it on one of these social bookmarking sites.

7 Comments
  1. nice alternative for users that intend to stay in 2.6.5 or lower, but 2.7 comes with this feature. I fint it a bit annoying for themers i was trying to make a theme for 2.7 using rc2 but with this new feature i realy couldnt style the comment form that is moved…

  2. @Omar:

    great, i didn’t know about this 2.7 feature !
    in this day i will update my 2.6

    thanks Pavel for this post too

    adeux!

  3. thanks for this post.
    i was upgrade my blog to 2.7, but nested comment function didn’t work on my current theme.

  4. @dlv: yeap this is cool feature of wp 2.7

  5. Great, i didn’t know about this 2.7 feature !
    in this day i will update my 2.6 , nice alternative for users that intend to stay in 2.6.5 or lower, but 2.7 comes with this feature.

    Thanks Thanks ,..

    Ioffersearch.com Blogs – Just another Ioffersearch.com weblog

Leave a Reply