Exclude most recent posts from specific category in wp_query()
Assuming that the context is the Site Front Page (e.g. a custom front-page template file or custom page template), and not the Blog Posts Index or other archive index pages, the best approach would be to grab the post IDs when you create your slider query, and then specifically exclude them from your custom latest-posts … Read more