Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   [SOLVED] Comments below post (multi post display) in 3.7.3 (http://forum.bytesforall.com/showthread.php?t=16941)

pvelte Mar 6, 2012 03:54 PM

[SOLVED] Comments below post (multi post display) in 3.7.3
 
I've found several messages that relate to having comments display below each post on a multi post display, but none that reference how to do this in Atahualpa versions newer than 3.6.5 when editing the loop went away in the Edit Center Column area. I'm at a loss how to accomplish this in 3.7.3 since the index.php file is different than how it was referenced in the earlier threads.

I'd appreciate any instruction -- I want all the comments to display beneath each post on multi post displays, e.g., front page.

Thanks so much.

juggledad Mar 6, 2012 04:59 PM

edit index.php find line 32 which is
HTML Code:

                <?php bfa_post_footer('<div class="post-footer">','</div>'); ?>
and add the following after it
HTML Code:

                <?php        $withcomments = 1; comments_template(); ?>

pvelte Mar 6, 2012 05:47 PM

Thanks for the quick response!

It works perfectly on the front page but now, on the single post pages, there is comment, comment form, duplicate of comment, duplicate of comment form. How can I get these back to the way they normally display (without the duplicate comment and duplicate form)?

juggledad Mar 6, 2012 06:38 PM

try this, change teh line to
HTML Code:

<?php        if (!is_single() ) {$withcomments = 1; comments_template();} ?>

pvelte Mar 7, 2012 11:44 AM

Perfect! Thanks for your continued help.


All times are GMT -6. The time now is 01:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.