Nevermind, I figured it out. Had accidentally cut/paste a line of code.
Yes, I totally rewrote it. And the default code from the installation (I still have it) displays the comments for every post on the main page as well as the individ. page.
Thread Starter
adri
(@adri)
Ah-hah. For future people looking to solve this problem, that line needs to be:
the_content(get_settings(‘html’))
Genius!
Thread Starter
adri
(@adri)
Ah, thanks – got it working.
Thread Starter
adri
(@adri)
Sorry, I’ve never done anything with php before – I used Movable Type and it all looked a lot more familiar to me.
How do I tell where the actual problem is, or do I have to just keep hacking away at it?