Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

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


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Mar 6, 2012, 03:54 PM
pvelte
 
34 posts · Apr 2010
[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.
  #2  
Old Mar 6, 2012, 04:59 PM
juggledad's Avatar
juggledad
 
19,975 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
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(); ?>
  #3  
Old Mar 6, 2012, 05:47 PM
pvelte
 
34 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
 
19,975 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
try this, change teh line to
HTML Code:
<?php 	if (!is_single() ) {$withcomments = 1; comments_template();} ?>
  #5  
Old Mar 7, 2012, 11:44 AM
pvelte
 
34 posts · Apr 2010
Perfect! Thanks for your continued help.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


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 14 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 08:46 PM.


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