Hi,
I only know how to query_post all the latest posts, but what should i do if i only want to retrive the third latest post?
Thanks a lot!
Hi,
I only know how to query_post all the latest posts, but what should i do if i only want to retrive the third latest post?
Thanks a lot!
from the codex - query_posts:
The following will display the 5 posts which follow the most recent (1):
query_posts('showposts=5&offset=1');
thanks very much!
This topic has been closed to new replies.