Hmm, I’m getting the following errors:
Example #1:
Call to a member function have_posts() on null in ...
Example #2:
Notice: Undefined variable: products in ...
Warning: Invalid argument supplied for foreach() in ...
It feels like filters.php and front-page.blade.php aren’t communicating with each other properly and products
ends up being null/undefined… Any ideas why?
Edit: I tried deleting Controller as per this discussion, but that didn’t seem to fix it.