• I want a sidebar to display a list of comments AND be capable of allowing visitors to leave comments…on ALL pages…ALWAYS. This whole site is for one product, so the only dynamic portion of the site will be this sidebar displaying customer feedback.

    I was able to display the comments template by sticking this in the “sidebar.php” template:

    <?php comments_template(); ?>

    BUT, while it is displayed, it does not work when you click “submit”. It goes to (/wp-comments-post.php) which is blank.

The topic ‘Adding comments in sidebar’ is closed to new replies.