|
Revision 36991, 1.2 kB
(checked in by alexkingorg, 3 months ago)
|
2.5 compatibility
|
| Line | |
|---|
| 1 |
=== Comment License === |
|---|
| 2 |
Tags: comment, comments, license, release, disclaimer |
|---|
| 3 |
Contributors: alexkingorg |
|---|
| 4 |
Requires at least: 1.5 |
|---|
| 5 |
Tested up to: 2.5 |
|---|
| 6 |
Stable tag: 1.2 |
|---|
| 7 |
|
|---|
| 8 |
Add license terms to your comment form. |
|---|
| 9 |
|
|---|
| 10 |
== Description == |
|---|
| 11 |
|
|---|
| 12 |
Comment License shows a license with terms of your choosing in your comments form. You can edit the terms of your license in the options page. |
|---|
| 13 |
|
|---|
| 14 |
== Installation == |
|---|
| 15 |
|
|---|
| 16 |
1. Download the plugin archive and expand it (you've likely already done this). |
|---|
| 17 |
2. Upload the comment-license.php file to your wp-content/plugins directory (not in a sub-folder). |
|---|
| 18 |
3. Go to the Plugins page in your WordPress Administration area and click 'Activate' for Comment License. |
|---|
| 19 |
4. Congratulations, you've just installed Comment License. |
|---|
| 20 |
5. Optional: go to Options > Comment License to change the terms of your license. |
|---|
| 21 |
6. Optional: set a CSS class for `comment_license` to style the banner. |
|---|
| 22 |
|
|---|
| 23 |
== Frequently Asked Questions == |
|---|
| 24 |
|
|---|
| 25 |
= Why doesn't the license show in my theme? = |
|---|
| 26 |
|
|---|
| 27 |
This plugin relies on the `comment_form` to be present in your comments.php template. If this does not exist, you will want to add it: |
|---|
| 28 |
|
|---|
| 29 |
`<?php do_action('comment_form', $post->ID); ?>` |
|---|
| 30 |
|
|---|
| 31 |
= Anything else? = |
|---|
| 32 |
|
|---|
| 33 |
That about does it - enjoy! |
|---|
| 34 |
|
|---|
| 35 |
--Alex King |
|---|
| 36 |
|
|---|
| 37 |
http://alexking.org/projects/wordpress |
|---|