yukaridaki linkte gordugunuz gibi 22 tane yemek ekledim dolayisiyla sayfa biraz cok uzadi. bunu 10 ar 10 ar bolum yanyana koymak istiyorum. asagidaki gibi
http://cafeolympus.com/lunch-dinner/
editlemem gereken yerleri biliyorum ama php bilgim buna elverisli degil.
sistem template uzerinden calisiyor.
<?php get_header(); ?>
<div class="middle">
<div class="menu_binding"></div>
<div id="left">
<?php get_sidebar(); ?>
</div>
<!-- #left -->
<div id="right">
<div class="wrapper">
<?php if ( is_category() ) {
$cat_ID = get_query_var('cat');
$desc = tfuse_qtranslate(get_option(PREFIX.'_category_description_html_'.$cat_ID ));
$image = get_option(PREFIX.'_category_image_'.$cat_ID );
?>
<?php echo tfuse_qtranslate($desc) ?>
<?php if ($image!='') {?><img class="section_img_pos" src="<?php echo $image; ?>" /><?php } ?>
<?php } ?>
<?php global $post; if (have_posts()) : $count = 0; $k = 0; ?>
<?php while (have_posts()) : the_post(); $count++; $k++; ?>
<div class="pageleft">
<ul>
<li><h2><a class="name_of_the_recipe"><?php the_title(); ?></a></h2></li>
</ul>
<!-- <div class="recipe_bg"> </div> // ilker -->
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
<div class="clear_container"></div>
</div>
<!-- .recipe -->
<!--
<?php the_excerpt(); ?>
// ilker -->
<br />
<?php endwhile; else: ?>
<div class="recipe">
<p><?php _e('Sorry, no posts matched your criteria.', 'tfuse') ?></p>
</div>
<?php endif; ?>
<!--
<div class="with_bg">
<?php dynamic_sidebar('Footer'); ?>
<div class="clear_container"></div>
-->
<!-- .clear_container -->
<!-- </div>
// ilker -->
<!-- .with_bg -->
</div>
</div>
<!-- #right -->
<div class="clear_container"></div>
<!-- .clear_container -->
</div>
<!-- #content .middle -->
<?php get_footer(); ?>