• I am using WP 2.9.1 on my website/blog along with the following widgets:

    BuddyPress 1.2.3
    All in one SEO Pack 1.6.10.2
    RPX 0.2.8
    ShareThis 3.2

    Arjuna X is my theme and I am wondering if there is someway to make comments display right below blog posts as the little “comments” area on a blog title bar might be missed by most people.

    You can see how it looks currently:

    RentScouter

    Thanks for any help.

Viewing 1 replies (of 1 total)
  • depending on your theme, you might be able to add something like this at the end of the loop, just before the ‘endwhile’ in index.php:

    <?php $withcomments = 1; // force comments form and comments to show on front page
    comments_template(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘How do I get comments to show immediately after a blog entry?’ is closed to new replies.