Allows users to edit or delete their own comment.
Allows users to edit or delete their own comment.
Add the following codes in the comments.php file of your template, in the loop of the comments list (for example after comment_text() ) :
<?php if ( class_exists( 'WPEditableComments' ) ) { WPEditableComments::edit('Edit'); } ?>
<?php if ( class_exists( 'WPEditableComments' ) ) { WPEditableComments::delete('Delete'); } ?>
The link will appear if :
Languages :
Requires: 2.7 or higher
Compatible up to: 3.1.4
Last Updated: 2010-6-26
Downloads: 4,434
Got something to say? Need help?