Hey,
Sorry for taking forever to get back to you on this. I want to assume you have solved this already, but just in case here is how I would try to troubleshoot it. Comment out the foreach and then echo out $carousel_posts using print_r($carousel_posts); If this prints out a properly formed array, then I do not know what is wrong.
-Mike
Hey Bobby,
Can you post the code surrounding line 26 in your index.php file? Typically when you see this error, it means that the first argument passed in the foreach() function is bad. Most scenarios a person simply mistyped the variable name or forgot the $ symbol in front of the variable name. Before I can give you a better answer though, I need to see the code that is causing the problem first.