• Hi,

    I’d be really grateful if somebody could tell me how to get all the comments on my blog (https://www.thenaturalshop.co.uk/blog.php) to show automatically – without people needing to click on the Comments link. This is what I have in my index page:

    In my index.php I have:

    <?php // Load Comments template (on single post pages, and “Page” pages, if set on options page)
    if ( is_single() OR ( is_page() && $bfa_ata_comments_on_pages == “Yes”) ) {
    if (function_exists(‘paged_comments’)) {
    paged_comments_template(); // If plugin “Paged Comments” is activated, for WP 2.6 and older
    } else {
    comments_template(); // This will load either legacy comments template (for WP 2.6 and older) or the new standard comments template (for WP 2.7 and newer)
    }
    } ?>

    Thanks very much.
    Julie

Viewing 1 replies (of 1 total)
  • Thread Starter julie0791

    (@julie0791)

    Should I just install the Paged Comments Plugin? I am a beginner to all of this. I’d be grateful to know if that’s the answer and, if so, how I should do that? Should I save the whole WordPress folder 1st? Thanks. Julie

Viewing 1 replies (of 1 total)
  • The topic ‘Show all Comments’ is closed to new replies.