Removing duplicate values between two wordpress queries
Based on several different answers, with a SPECIAL thanks to EAMann‘s similar answer – here’s the method I followed. Using new WP_Query instead of query_posts for this page. Defining the query variable ($main_query) as global. Querying a temp array ($temp_featured) with my featured posts. Creating an array with only the IDs of the `$temp_featured’. Note … Read more