Hi. two questions about wp comments. 1) How do i get my comments to appear in the pop up? and 2) how can i put a table around each seperate comment to smarten it up?
Thanks.
Hi. two questions about wp comments. 1) How do i get my comments to appear in the pop up? and 2) how can i put a table around each seperate comment to smarten it up?
Thanks.
1. Edit your index.php template near the top, so that your two lines there look like this:
<?php get_archives('monthly', '', 'link'); ?>
<?php comments_popup_script(); ?>
2. You'll have to create the effects you wish in CSS, and then edit the wp-commentsp-popup and wp-comments file as needed. It has been discussed somewhere on this board before, or maybe on the Wiki ?
This topic has been closed to new replies.