Hi,
I don't have much knowledge in PHP so I'm not exactly how to do this. I have a Custom Query that displays 5 posts that have a certain meta value (featured posts). On the same page, I have a regular old Loop. I would like to exclude the posts displayed in the Custom Query from the Loop. Another problem is that the Custom Query and The Loop are in different functions in the functions.php file so variable values don't carry over between the two.
Any help would be greatly appreciated!