Alıntı
<div class="hpfeaturedtop">

<!--Replace cat=1 with the Category ID you want to display in this section.-->

<h3>Acıya Şikayetsiz Katlanmak</h3>
<?php $recent = new WP_Query("cat=3&showposts=6"); while($recent->have_posts()) : $recent->the_post();?>


<h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<?php the_content_limit(25, "devamı"); ?>

<?php endwhile; ?>

</div>
Bloğumdan çaldım
eklenti ekte...

Kodu hiç düzenlemedim...