پنجمین پست آخر

سلام من میخواستم بدونم چطور میشه در وردپرس

1.فقط پنجمین پست آخر و نمایش داد؟

2. آخرین پست های پنجم تا دهم را نشان داد؟
3. آخرین پست های پنجم تا دهم دسته دلخواه را نشان داد؟

نمایش پنج پست آخر کدش هست ولی پنجمین پست یا اینایی که بنده عرض کردم پیدا نکردم
میشه کمکم کنید؟
 

talesh

Active Member
[PHPS]
<?php $recent = new WP_Query("cat=1&showposts=6&offset=1");
while($recent->have_posts()) : $recent->the_post();?>
<li class="li-link-left">
<div class="single-img">
<a target="_blank" href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><img width="60" height="30" src="<?php postimage(); ?>" class="attachment-pic-small wp-post-image" alt="<?php the_title(); ?>" /></a></div>
<h3 class="item-title"><a target="_blank" href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
</li>
<?php endwhile; ?>
[/PHPS]


شما با استفاده از کد بالا 5 مطلب اخر را نمایش دهید
کامروا باشید


 

جدیدترین ارسال ها

بالا