Hello,
I can’t seem to find a snippet that shows how to do this. I want to find all pages using either template a OR b. This is what I am using at the moment but I need to add more templates?
$pages = $site->index()->visible()->filterBy('template', 'a');
Thanks