Displays a preview of the user's comment as they type it.
First, check your theme's comments.php file. It must contain the code
<?php comment_form(); ?>
or <?php
do_action('comment_form', $post->ID); ?>. If it doesn't, you will need
to add it in.
Second, if the comment form fields do not have the proper id values (same ones as the default WordPress theme), the comment preview will not work.
Yes, you can add the code <?php live_preview(); ?> in comments.php where you want the preview to be show.
Most likely because your theme does not use the standard comment HTML used by the WordPress default theme. Comments should be wrapped in
<ol class="commentlist"></ol>
.
Yes, simply create a file called comment-preview.php in your theme folder and insert the strings COMMENT_CONTENT, COMMENT_AUTHOR, and AVATAR_URL where you would like the respective content to show up.
Requires: 1.5 or higher
Compatible up to: 3.2.1
Last Updated: 2011-1-17
Downloads: 35,277
0 of 1 support threads in the last three weeks have been resolved.
Got something to say? Need help?