I need to change the posts layout of the center column...
example:
at this time and by default posts showing in the center column like this:
post1
post2
post3
and so on
and need to make them showing like:
post1 | post2 | post3 | post4
post5 | post6......
I assume that I need to moderate this code in (options > Center Column > Style & edit CENTER COLUMN ):
Code:
<?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>'); ?><p>
<?php bfa_post_footer('<div class="post-footer">','</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>'); ?>
</div><!-- / Post -->
Best Regards,
Rojo




I have deactivated it. Now I have to look for another solution!




Hybrid Mode
