Hi Fernando,
I’ve tried the parameter (offset 1) to exclude the first post, but there’s a problem. Everything works fine if the featured post is in the same category as the section where I want to offset the post. Otherwise, it will remove the last post from the section, regardless the featured post is in the same category.
For example, let’s say my featured post is in the category “Eat”; the offset 1 parameter will work well for my “Eat” section.
On the other hand, if a post from the “Drink” category becomes my featured post, now the offset 1 parameter in the “Eat” section will still remove the most recent post in that section, which becomes a problem.
I’m not trying to exclude a specific post from a query loop. It’s kind of conditional, if the featured post falls in the same category, offset that post, so it doesn’t show. If it belongs to a different category, do nothing.
I hope I make sense.
Thank you.