=== KommentValasz ===

Contributors: shamalt
Donate link: http://blog.shamalt.hu/wordpress/
Link: http://blog.shamalt.hu/wordpress/
Tags: comments, plugin
Requires at least: 2.0.2
Tested up to: 2.7
Stable tag: 1.1.4.1

A simple plugin allowing commenters to reply to each other's comments.

== Description ==

A simple plugin allowing commenters to reply to each other's comments.

== Frequently Asked Questions ==

= What if my theme doesn't support the wp_head() tag? =
In such a case you have to manually insert `<script type="text/javascript" src="/wp-content/plugins/kommentvalasz/kommentvalasz.js"></script>` into your header template file between `<head>` and `</head>`.

== Installation ==

1. Upload the directory `kommentvalasz` to `/wp-content/plugins/`.
1. Insert `<?php if(function_exists('kommentvalasz')) kommentvalasz('reply'); ?>` somewhere into the foreach loop of your comments.php file (`/wp-content/themes/YOUR_THEME/comments.php`).
1. Activate the plugin under the Plugins menu in WordPress.

== Screenshots ==