Arkadaşlar Aradım Bulamadım bulan bilen biri varmı
Başlıktada Belirttiğim gibi Eklediğim Yazıların AnaSayfada Kategoriler Halinde Gösterilmesini istiyorum mesela
son eklenen şiirler
1. .....
2. ....
3. ....
4. ...
5. ...
son eklenen müzikler
1. .....
2. ....
3. ....
4. ...
5. ...
son eklenen oyunlar
1. .....
2. ....
3. ....
4. ...
5. ...
gibi...
bu olay wp de olabilirmi acaba?
WP'de Kategorilere Son Eklenen Yazıların Anasayfada Gösterimi
4
●1.461
- 14-08-2009, 23:01:13evet query mi neydi. Bakim yazim size

Edit :
church temasından aldım koyuyorum
cat 9 u Kategorinin ID si yaparsın olur biter sanırım
cat=9&showposts=3
<?php $recent = new WP_Query("cat=9&showposts=3"); while($recent->have_posts()) : $recent->the_post();?> <?php if( get_post_meta($post->ID, "hpbottom", true) ): ?> <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "hpbottom", true); ?>" alt="<?php the_title(); ?>" /></a> <?php else: ?> <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php bloginfo('template_url'); ?>/images/thumbnail.png" alt="<?php the_title(); ?>" /></a> <?php endif; ?> <b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b> <?php the_content_limit(350, "[Devamını oku]"); ?> <div style="border-bottom:1px dotted #2255AA; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div> <?php endwhile; ?> - 15-08-2009, 21:40:45şu sayfayı incelemenizi tavsiye ederim. http://www.yakuter.com/kategorinin-y...i-eklentisi-2/
Gördüğüm kadarı ile bu sitede eklentiyi kullanmakta. (Sağ menü) - 16-08-2009, 00:07:57Üyeliği durduruldujquery ile yapılıyor. bende temalarımda kullanıyorum. yardım edebilirim pm atarsan
