Editable Comments Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
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 :
- logged user can edit current post,
- user is the commenter (i.e. same IP) and time before edit or delete expiration has not passed.
Languages :
- English (en_US)
- Français (fr_FR)
- Deutch (de_DE) : Marc
- Italiano (it_IT) : Aldo Latino
- Czech (cs_CZ) : Ajvngou
- Spanish (es_ES) : Eduardo Larequi