I love hosting my WordPress blog on my own site. It provides me with so much freedom and perks, one of which is the ability to download and install whatever theme I choose. However, I should remind readers that there’s always a flip side to the coin, as I discovered about two months ago. The problem was this—my readers’ comments showed up properly in my blog posts, but comments which were supposed to be in my other pages (My Music, About Me) mysteriously vanished into virtual obscurity whenever I changed themes. What compounded the aggravation was that practically every new theme that caught my fancy had this problem manifesting itself, as if to spite me for being so hooked on playing with themes. It got so bad that I was soon limited to just a few themes which worked right for all my pages. Upgrading to the latest WP 2.8 didn’t help at all.
Heck, even the default WordPress theme became “infected” and I was getting more frustrated as the days and weeks passed. I googled and binged and searched the WP support forums, to no avail. So I decided to post for help here. Luck was with me, because Nazcar gave me a speedy reply and solution. Thanks, Nazcar!
Add this line of code into the Page template (page.php) of the theme, after the last </div>:
<?php comments_template(); ?>Save the page up, that’s all there is to it!
I had to do this for every theme that swallowed my comments, but it was worth it. Now I can use any theme I like, provided I remember to add that line of code into it. I wonder why theme creators don’t add it to their themes in the first place?
