Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages » Comments, trackbacks & pings »

[SOLVED] Comments below post (multi post display) in 3.7.3


  #1  
Old Mar 6, 2012, 03:54 PM
pvelte
 
38 posts · Apr 2010
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.
  #2  
Old Mar 6, 2012, 04:59 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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(); ?>
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Mar 6, 2012, 05:47 PM
pvelte
 
38 posts · Apr 2010
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)?
  #4  
Old Mar 6, 2012, 06:38 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
try this, change teh line to
HTML Code:
<?php 	if (!is_single() ) {$withcomments = 1; comments_template();} ?>
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Mar 7, 2012, 11:44 AM
pvelte
 
38 posts · Apr 2010
Perfect! Thanks for your continued help.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Show actual comments in multi-post pages arbatax Comments, trackbacks & pings 5 May 4, 2013 08:54 AM
Displaying comments and comment form below each post on multi post pages, in 3.4.x Flynn Comments, trackbacks & pings 12 May 28, 2011 07:27 PM
[SOLVED] Removing Post Headline on Multi and Single Post Pages jen Center area post/pages 2 Jan 8, 2010 07:46 AM
[SOLVED] Display 'Post Count' on all MULTI post pages joan Post-Kicker, -Byline & -Footer 1 Nov 18, 2009 03:08 AM
BUG: %comments(' ',' ',' ',' ') no longer works in FOOTER of Multi/Single Post(3.3.2) ianuy Post-Kicker, -Byline & -Footer 2 Apr 15, 2009 12:26 AM


All times are GMT -6. The time now is 04:22 PM.


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