This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

KommentValasz

Description

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

Installation

  1. Upload the directory kommentvalasz to /wp-content/plugins/.
  2. 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).
  3. Activate the plugin under the Plugins menu in WordPress.

FAQ

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>.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“KommentValasz” is open source software. The following people have contributed to this plugin.

Contributors

Translate “KommentValasz” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.