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 »

How to change center column layout?


 
Prev Previous Post   Next Post Next
  #1  
Old Dec 17, 2009, 09:06 AM
Rojo
 
2 posts · Dec 2009
How to change center column layout?

Hello,

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 -->
But I want to see some expert suggestions.

Best Regards,
Rojo
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Different Size Layout vs. Center Column Mande Header configuration & styling 4 Nov 25, 2009 05:21 PM
[SOLVED] Change Center Column &amp; Footer Opacity Walt Header configuration & styling 9 Sep 26, 2009 11:04 AM
Change padding on bullet list in center column? lhanft Forum How-To 2 Jul 16, 2009 08:51 PM
[SOLVED] How to change 3 column to 2 column blog vots Atahualpa 3 Wordpress theme 3 May 4, 2009 03:58 PM
I want the excerpts to be shown in 1 or 2 or more column layout as specified by the u falguni1 Excerpts, Read more, Pagination 2 Feb 18, 2009 02:46 PM


All times are GMT -6. The time now is 09:25 AM.


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