Editable Comments Wordpress Plugin - Rating, Reviews, Demo & Download

 Wordpress Plugin - Rating, Reviews, Demo & Download
5 Average out of 1 ratings
Free
Follow for free plugins, new theme releases and theme news

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

Screenshots

  1. editable comments backend

    editable comments backend

  2. editable comments in action

    editable comments in action


Reviews & Comments