Merhabalar.
wp-max-edit temasıyla uğraşıyorum. Hemen hemen herşey yolunda gidiyor.
wp-max temasını kullanan bilir; belli bir kategoriye ait yazıları gösteren bir çok bölüm var. Bu bölümler yazıları alt alta tek sütun halinde gösterir.
Benim istediğim ise, yanyana çift sütun halinde göstermek. Örneğin Hc Magazine temasında yanyana olan yazılar gibi.
Biraz araştırma yaptım fakat işime tam manasıyla yarayabilecek birşeylere rastlayamadım.
İşin ustalarından fikir, yol göstermelerini istiyorum.
Tam olarak istediğim şey; wp-max-edit temasında belli bir kategoriye ait yazıları alt alta gösteren bölümü çift sütun halinde yan yana gösterir şekilde düzenlemek.
Belli bir kategoride tekli gösterilen konuları çift sütun halinde göstermek
1
●342
- 10-09-2010, 03:02:13
- 10-09-2010, 19:19:28
<h2 class="frontmetinler">Metinler</h2> <?php $cat = new WP_query(); $cat->query('showposts='.$mytheme['cat1posts'].'&cat='.$mytheme['cat1ID'].',-'.$mytheme['featured']); ?> <ul class="cat"> <?php while ($cat->have_posts()) : $cat->the_post(); ?> <li> <h3><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3> <div class="fpost"> <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><img height="75px" width="100px" src="<?php echo ilk_resmi_al($post->ID);?>" /> </a> <p><?php the_excerpt_reloaded($mytheme['cat1excerpt'], '<a>', 'none', FALSE); ?> <br><a href="<?php the_permalink(); ?>" rel="bookmark" class="tabs">Devamı...</a> <a href="<?php comments_link(); ?>" class="icomment"><?php comments_number('0 Yorum','1 Yorum','% Yorum'); ?></a></p> </div><div class="clear"></div> </li> <?php endwhile; ?> </ul> <?php $morep = new WP_query(); $morep->query('showposts='.$mytheme['cat1more'].'&cat='.$mytheme['cat1ID'].',-'.$mytheme['featured'].'&offset='.$mytheme['cat1posts']); ?>Çift sütun halinde görünmesini istediğim bölümün kodları bunlar.
Dünden beridir bununla uğraşıyorum ve iyice canımı sıktı.