Hi all,
I have a news-esque blog under development and I have a situation where I need to omit an entry based on two conditions. At the top of the page is a featured article. The featured article is not necessarily the latest article and the client indicates an article as being a feature by assigning it a category. Below the featured article is the list of all the other articles on the blog. The issue that comes up is when the client adds a new featured article, then the article appears twice; once in the featured article spot and immediately below the featured article in the list of articles. What I’m looking to do is omit a featured article from the standard list only if it’s the latest featured article. Offset doesn’t work since it applies to all articles. So in essence I’m looking for something that is like “offset 1 from category_group”.
Any insights are greatly appreciated.
Thank you,
—jj