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] How do I display comments at bottom of posts? (http://forum.bytesforall.com/showthread.php?t=15191)

cspencer Aug 23, 2011 02:30 PM

[SOLVED] How do I display comments at bottom of posts?
 
I would like the comments to appear at the bottom of each post - right now I have a link you must click to see comments.

I saw the previous thread on this that is now closed but I could not find:

The output can be edited at Atahualpa Theme Options -> Style & edit the Center column */
$withcomments = 1; bfa_center_content($bfa_ata['content_inside_loop']); ?>

IN my Style & edit section....

I have Atahualpa 3.5.3

Thank you!!

juggledad Aug 23, 2011 03:09 PM

Well what do you have at Atahualpa Theme Options -> Style & edit the Center column ?

cspencer Aug 23, 2011 03:36 PM

This is what is in my style & edit center column The Loop section (am I in the wrong place?):


<?php /* For SINGLE post pages if activated at ATO -> Next/Previous Navigation: */
bfa_next_previous_post_links('Top'); ?>

<?php /* Post Container starts here */
if ( function_exists('post_class') ) { ?>
<div <?php if ( is_page() ) { post_class('post'); } else { post_class("$odd_or_even"); } ?> id="post-<?php the_ID(); ?>">
<?php } else { ?>
<div class="<?php echo ( is_page() ? 'page ' : '' ) . $odd_or_even . ' post" id="post-'; the_ID(); ?>">
<?php } ?>


<?php bfa_post_kicker('<div class="post-kicker">','</div>'); ?>

<?php bfa_post_headline('<div class="post-headline">','</div>'); ?>

<?php bfa_post_byline('<div class="post-byline">','</div>'); ?>

<?php bfa_post_bodycopy('<div class="post-bodycopy clearfix">','</div>'); ?>


<?php bfa_post_pagination('<p class="post-pagination"><strong>'.__('Pages:','atahualpa').'</strong>','</p>'); ?>

<?php bfa_post_footer('<div class="post-footer">','</div>'); ?>

</div><!-- / Post -->

juggledad Aug 23, 2011 04:10 PM

try adding
HTML Code:

<?php $withcomments = 1; ?>
as the first line of that section

cspencer Aug 23, 2011 05:29 PM

Didn't change it... any other suggestions????

cspencer Aug 27, 2011 11:28 AM

It is working now - don't know why it took a couple days to implement?? But it is now doing what I was hoping for per your suggestion above - thank you so much!!!

juggledad Aug 27, 2011 11:42 AM

could be you hav a caching plugin active and the cache had to be rebuilt. Anyway, glad it is working.


All times are GMT -6. The time now is 04:00 AM.

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