wp kategori gösterme
2
●109
- 11-10-2018, 16:43:36kalıcı bağlantı ayarlında mı bir problem var ? normal kategori bağlantı linki nediir ? site adı nedir, inceleyeyim.
- 11-10-2018, 16:48:47çözdüm hocamthegodwhip adlı üyeden alıntı: mesajı görüntüle
<?php $recentPosts = new WP_Query();
$recentPosts->query('showposts=500&cat='.$this_category->cat_ID); ?>
<?php while ($recentPosts->have_posts()) : $recentPosts->the_post(); ?>
<li><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></li>
<?php endwhile; ?>
bu kodu koydum html entegre ediyodum bu işimi gördü