• Hello I Posted this in a different section to see if any help will happen. I have figured out how to change the boxes on the front page to show 6 boxes instead of 3. I need to have 3 columns and 2 rows and if I change the code in front-page.php from 3 to 6 it just lines up 2 columns??? What am I missing? Any help will be better that fishing in the dark with no pole.

    here is the code I changed

    <!--boxes-->
    		<div id="box_container">
    
    		<?php for ($i = 1; $i <= 3; $i++) { ?>
    
    				<div class="boxes one_third <?php if ($i == 3) {echo "last";} ?>">
    						<div class="box-head">

    And I just changed it to this

    <!--boxes-->
    		<div id="box_container">
    
    		<?php for ($i = 1; $i <= 6; $i++) { ?>
    
    				<div class="boxes one_third <?php if ($i == 6) {echo "last";} ?>">
    						<div class="box-head">

    Please… any help?? I am at my wits end.

Viewing 1 replies (of 1 total)
  • You are better than me. I’ve no freakin boxes on the front page! It show my first article right off the bat!

    It look like there’s absolutely no support at all for this Theme… doesn’t look like i’g going to use it.

Viewing 1 replies (of 1 total)
  • The topic ‘Front Page Boxes’ is closed to new replies.