I want to write on screen last posts category and also last before .
in post list, with offset we can get last post or recent 3 post.
query_posts('showposts=5&offset=1');
I want to write on screen last posts category and also last before .
in post list, with offset we can get last post or recent 3 post.
query_posts('showposts=5&offset=1');
I think it would be 0 if you order it by DESC.
"and also last before ."
Please rephrase that, because I don't understand.
for example you firstly write first post, and second and last post
i want to write the category of last post second and first post?
You must log in to post.