cannolo
Member
Posted 5 years ago #
How can I turn off the note at the end of my pages (not post) "comments are closed"?
I tried commenting-out the text in comments.php. When that didn't work, I tried commenting out the PHP around it. Didn't work.
(I this must have been asked before, but I couldn't find anything!)
My URL: http://www.biwrite.com
The Codex article on the template tag, comments_popup_link , has a section called Hide Comment Link when comments are deactivated that might give you some ideas.
cannolo
Member
Posted 5 years ago #
Thanks! It did give me some ideas. That popup_link function didn't actually turn off the "comments are closed" text, but it got me thinking. To make a long thought short, I realized that somehow I had overlooked the correct text in comments.php. I found it and commented it out.