سلام
چطوری میتونم به لینک های صفحات ورد پرس خاصیت Blank_ بدم ؟
افزونه ای هست ؟
اگر هم نبود
چطوری میتونم به این تابع Blank_ بدم ؟
<ul>
<?php $recent = new WP_Query("cat=1&showposts=10"); while($recent->have_posts())
: $recent->the_post();?>
<li><a href="<?php the_permalink() ?>" rel="bookmark">
<?php the_title(); ?>
</a></li>
<?php endwhile; ?>
</ul>