Show all Comments
-
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
- The topic ‘Show all Comments’ is closed to new replies.