• courtneyelizabeth

    (@courtneyelizabeth)


    hi,

    i’m using wordpress 1.5 and i’d like to show the comments and the comment form for each post under the post…..how can i go about doing this?

    Thanks in advance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Please do not double post.

    What have you searched for to try and solve the issue ?

    Thread Starter courtneyelizabeth

    (@courtneyelizabeth)

    i searched and found my post for WP 1.2 from last year, but that’s about it.

    Avenir

    (@avenir)

    Do you mean under each entry even when you’re on the front page of your blog? Or do you mean only on individual entry pages? If you mean on individual entry pages, then both of the included themes have that already. Regardless, you can always place <?php comments_template(); ?> wherever you want the comments and comments form to appear.

    Thread Starter courtneyelizabeth

    (@courtneyelizabeth)

    ?? didnt work…it still doesnt show…

    this is my index.php

    ‘<?php get_header(); ?>

    <?php
    if ($posts) {
    foreach($posts as $post) { start_wp();
    ?>

    <div class=”post”>
    ” style=”text-decoration:none;” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?>
    <div class=”cite”><?php the_time(“l F dS Y”) ?>, <?php the_time() ?> <?php edit_post_link(); ?></div>

    <?php the_content(); ?>
    </div>
    <div class=”commenttotal”><img src=”https://www3.ocn.ne.jp/~kurbis/image/ab81.gif”><br>&lt;?php wp_link_pages(); ?><?php comments_popup_link(__(‘no kisses – submit a kiss’), __(‘1 kiss’), __(‘% kisses’)); ?></div>

    <div class=”sep”>
    </div>

    <!–
    <?php trackback_rdf(); ?>
    –>

    <?php comments_template(); // Get wp-comments.php template ?>
    <?php } // closes printing entries with excluded cats ?>

    <?php } else { ?>
    <?php _e(‘Sorry, we were unable to locate your lost sheep.’); ?>
    <?php } ?>

    <?php get_footer(); ?>’

    georgianlady

    (@georgianlady)

    Do you have “comments. php” in your chosen Theme directory?

    And which THEME are you using btw?

    Thread Starter courtneyelizabeth

    (@courtneyelizabeth)

    using theme “dont-panic” …..

    yes…. comments.php in the theme directory….

    see, when someone clicks on 1 kiss or 2 kisses, it takes them to the comments and comment form…i want the comment form to be automatic under each post…1 post per page…

    Thread Starter courtneyelizabeth

    (@courtneyelizabeth)

    ummm…help?

    I just figured out a fix/hack for showing comments on the front page in WP 1.5:
    https://www.ads-software.com/support/topic/32818#post-218249

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘WP. 1.5 – show comments under post’ is closed to new replies.