Thread Starter
amioni
(@amioni)
I didn’t get an error, but it didn’t change anything. I get the exact same results with your code as I got with my original code.
Your idea of getting the IDs of the first 3 posts and then excluding them that way sounds very promising. But I don’t know enough PHP to see why it doesn’t work. Is the problem in the last line: p=$to_exclude. I don’t get what the “p” refers to.
Thread Starter
amioni
(@amioni)
Thanks for your quick response. But I do want this loop to be only for category 12. I just want the offset to be for all the posts.
In other words, I want to skip the first 3 posts regardless of their category, and then show the next 6 posts only from category 12.