Custom Post Types in loop

Are there other methods in FrontPage.php that work fine and only this one fails? Or do any methods in FrontPage.php fail? If the later, you may be getting thrown off by Controller’s inheritance pattern—specifically that (unless you enable tree) only two controllers can apply at the same time: App, and whatever one matches your current endpoint first. More in-depth explaination here: