We have a site that is doing something a bit weird - for one CPT (and one only) it’s not showing any output of the existing posts, even for a really simple template like this:
<Loop type=banking_guides>
<Field title />
</Loop>
If I change the type to any other CPT it works fine.
The CPT name is correct and I’ve added new posts to that CPT and they do show up, so it’s only existing content that just won’t display and I have no idea why. There’s no difference between the old and new content that I can tell.
Is there any reason why this would be happening?