is there a way I can retrieve the first and second post in wordpress...
I have tried using get_post() but with that I have to put in a id. What if I don't know the posts id?
|
|
Have you tried using
You can also split it into two quieries if you must, with an offset:
|
|||
|
|