hep aynı konunun gözükmesi
5
●321
- 16-02-2014, 14:40:25Arkadaşlar wp ayar yapmaya calışırken yanlışlıkla girdiğim her kategoride o kategorideki ilk konunun tüm sayfada gözükmesini sağladım. resimde daha iyi anlarsınız bunu nasıl düzeltebilirim
- 16-02-2014, 22:43:05sabit yap diyince en üste cıkıyor yani böyle olmuyorScorpion2763 adlı üyeden alıntı: mesajı görüntüle
diğeri ise zaten öyle yani olay ayarlamalar ile değil tema değiştirince düzeliyor ancak bu temada böyle bir sorun var. - 27-02-2014, 20:44:05haledilmedi
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 20:44:05 -->-> Daha önceki mesaj 20:41:56 --
Scorpion2763 adlı üyeden alıntı: mesajı görüntüle<?php get_header(); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h1><?php $comments_img_link= '<img src="' . get_stylesheet_directory_uri() . '/img/documents_16.png" title="Title" alt="*" />';?><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1> <div class="alignlefttt">Posted in <?php the_category(', ') ?> by <?php the_author() ?> <?php edit_post_link('Edit'); ?></div> <div class="alignrighttt"><?php the_time('F jS, Y') ?></div> <div class="entry"> <?php the_content('Read the rest of this entry »'); ?> </div> <div class="single"></div> </div> <?php comments_template(); ?> <?php endwhile; ?> <p align="center"><?php next_posts_link('« Previous Entries') ?> <?php previous_posts_link('Next Entries »') ?></p> <?php else : ?> <h1>Not Found</h1> <p>Oops! Article Not Found</p> <?php endif; ?> </div> <?php get_sidebar(); ?> <div class="clearer"> </div> </div> <?php get_footer(); ?>