>
Download This Plugin | |
Download Elegant Themes | |
Name | Editable Comments |
Version | 0.3.3 |
Author | Julien Appert |
Rating | 100 |
Last updated | 2013-02-21 01:21:00 |
Downloads |
6597
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Editable Comments plugin added 115 kB of resources to the Home page and 115 kB of resources to the sample Post page.
Editable Comments plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Editable Comments plugin ads no tables to your Wordpress blog database.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 :