<h2 class="front">Featured</h2>
<?php $featured = new WP_query(); $featured->query('showposts=1&cat=-5'.$mytheme['featured']); ?>
<ul id="featured">
<?php while ($featured->have_posts()) : $featured->the_post(); ?>
<li>
<h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a><span class="showdate"><?php the_time('d M Y'); ?></span></h2>
<a href="<?php the_permalink(); ?>"><?php show_thumb_f($width=$mytheme['featuredthumb'],$crop='T',$quality=95); ?></a><div class="clear"></div>
<p><?php the_excerpt_reloaded($mytheme['featuredexcerptA'], '<a>', 'none', FALSE); ?></p>
<div>
<a href="<?php the_permalink(); ?>" rel="bookmark" class="flink">Read full story</a>
<a href="<?php comments_link(); ?>" class="cmlink"><?php comments_number('Add a Comment','1 Comment','% Comments'); ?></a>
</div><div class="clear"></div>
</li>
<?php endwhile; ?>
</ul><div class="clear"></div> Wordpress haber teması kategori çagırma
0
●545
- 10-12-2008, 16:56:29aşagıdaki kodda ben kategori 5 in son 1 konusu çagırmak istiyorum ama -5 yapmazsan çıkmıyor 5 ben sadece id 5 olan kategorinin çagrılmasını istiyorum yardım edebilirmisiniz. Teşekkürler şimdiden.