• Resolved deannamarie

    (@deannamarie)


    In my custom-made theme, I constantly get an error saying that on line 65, I messed up my code.

    The problem is, I can see no error. In fact, I’ve been copying and pasting off the Codex, just to make sure it really is supposed to work.

    The code in question is at https://pastebin.com/528463.

    The error is visible here.

    Any help pointing out where I messed up would be greatly appreciated. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Towards the end of the template (starting line 65) I see these two lines:

    <?php endwhile; else: ?>
    <?php endif; ?>

    Problem is, I don’t see a corresponding if() to go along with the else and endif. Try just:

    <?php endwhile; ?>

    Thread Starter deannamarie

    (@deannamarie)

    Thank you for pointing out where I am an idiot. =)

    Nah, just new to this crazy PHP game. ;)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme Misbehaving’ is closed to new replies.