Wp Kategori Sorusu
20
●1.193
- 09-04-2009, 22:44:17Üyeliği durdurulduMerhaba arkadaşlar wordpressle ilgili bir sorum olacaktı herhangi bir kategoriye tıkladığımızda o kategoriye ait olan yazıları link halinde listeletebilirmiyiz acaba ??
- 10-04-2009, 00:15:24default temaya göre yazıyorum
<div <?php post_class() ?>> <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> <small><?php the_time('l, d F Y') ?></small> <div class="entry"> <?php the_content() ?> </div> <p class="postmetadata"><?php the_tags('Etiketler: ', ', ', '<br />'); ?> Kategori: <?php the_category(', ') ?> | <?php edit_post_link('Düzenle', '', ' | '); ?> <?php comments_popup_link('Yorum Yok »', '1 Yorum »', '% Yorum »'); ?></p> </div>burasını bu şekilde değişiyoruz
<div <?php post_class() ?>> <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> </div> - 10-04-2009, 12:11:08Üyeliği durdurulduhttp://www.ahirim.net/archive.txt bu adreste var archive kodlarım
- 10-04-2009, 19:19:54Üyeliği durduruldu

Hocam Yaptım Oldu Ama Bu Kezde Aşağı Taraf Bozuldu ya karman çorman oldu
