-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
53 lines (29 loc) · 1.87 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
=== Comment Tagger ===
Contributors: needle
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8MZNB9D3PF48S
Tags: comments, tagging, taxonomy, commentpress
Requires at least: 4.4
Tested up to: 5.2
Stable tag: 0.1.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Enables logged-in readers to add tags to comments.
== Description ==
The *Comment Tagger* plugin lets logged-in readers add tags to comments. The plugin works out-of-the-box with [*CommentPress Core*](https://wordpress.org/plugins/commentpress-core/) but can also be used with other themes. Please see 'Installation' for details.
### Plugin Development
This plugin is in active development. For feature requests and bug reports (or if you're a plugin author and want to contribute) please visit the plugin's [GitHub repository](https://github.com/christianwach/comment-tagger).
== Installation ==
1. Extract the plugin archive
1. Upload plugin files to your `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
You will need to create a taxonomy archive template to display tagged comments. A sample template for the *Twenty Twelve* theme is provided with this plugin - you can find it in 'assets/templates/twentytwelve/taxonomy-comment_tags.php'. Copy this file to the top level of your theme's (or child theme's) directory and amend it to match your theme's structure and markup. You will also need to style the output to match your theme.
If you visit a Comment Tag Archive page and get a "Page Not Found" message, visit your Permalinks Settings page to refresh the WordPress rewrite rules.
== Changelog ==
= 0.1.3 =
Compatibility with AJAX comment editing in CommentPress.
= 0.1.2 =
Allow comment authors to assign terms in WordPress Admin.
= 0.1.1 =
Switch to local version of Select2 library.
= 0.1 =
Initial commit.