• 29-10-2008, 17:17:03
    #19
    hocam zamanın varsa sitemde deneyebilirmisin?
  • 29-10-2008, 17:17:37
    #20
    seemsiyah, Ben şöyle düşündüm; kategoriye ilk eklediği mesaj tarih olarak en eski mesaj olacağı için en üstte olacak yani eskiden yeniye sıralama olacak bu şekilde. Fakat
    Alıntı
    Daha sonra aynı kategoriye eklediğim mesajlar onun altından devam etsin istiyorum.
    dediği için durum değişiyor. Bende boşuna kasıyorum.
  • 29-10-2008, 17:18:46
    #21
    ben aşağıdaki şekilde deniyorum, hiç bir problem çıkmıyor ??
    <?php get_header(); ?>
    <div id="content">
    	<div id="left">
        <?php if(is_category()) : ?>
    <?php $kategori = single_cat_title('', false); echo $kategori;?>
    <?php $my_query = new WP_Query("category_name=".$kategori."&showposts=1&orderby=ID&order=asc"); while ($my_query->have_posts()) : $my_query->the_post(); ?>
    <div class="sticky">
    <a href="<?php the_permalink() ?>" title="Permanent Link to <?php the_title(); ?>"><?php the_title();?></a>
    <div class="icerik">
    <?php the_content(__('devamini oku..')); ?>
    </div>
    </div>
    <?php endwhile; ?>
    <?php endif; ?>
    
    		<?php if (have_posts()) : ?>
    		<?php while (have_posts()) : the_post(); ?>
    		  <div class="post">
                <h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a><span class="date"><?php the_time('j F Y - G:i') ?></span></h1>
                <div class="info">Ekleyen : <?php the_author() ?> | Kategori : <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_number('Henüz yorum yapılmadı','1 yorum yapılmış','% yorum yapılmış' );?></div>
                <div class="entry">
                    <?php the_content(''); ?>
                </div>
                <div class="info"><?php the_tags('<strong>Etiketler:</strong> ', ', ', ' &nbsp;'); ?></div>
            </div>
            <?php endwhile; ?>
            <div class="pagebar"><?php posts_nav_link(' — ', __('<strong>&laquo; Önceki Sayfa</strong>'), __('<strong>Sonraki Sayfa &raquo;</strong>')); ?></div>
            <?php else : ?>
            <?php endif; ?>
        </div>
    
    	<div id="right">
    		<?php get_sidebar(); ?>
    	</div>
    	<div class="clear"></div>
    	<div id="footer">
    		<?php get_footer(); ?>
    	</div>
    </div>
    </body>
    </html>
  • 29-10-2008, 17:38:21
    #22
    seemsiyah hocam ftp bilgilerimle, istediğimi kendisi halletmiştir.Hakkını helal et hocam.Teşekkürler.
  • 29-10-2008, 17:41:52
    #23
    Sonunda.. seemsiyah eline sağlık, iyi iş çıkardın.