WordPress: How to remove “Comments Off” php code snippet
I came across a project where I had to make a page without any comment box! And no line saying comments off!
Googleling didnt help much, Almost all the solutions online went to editing the theme files.
Objective: Remove the comment box/ “Comments Off” line from the page, where comments were off!
open your current themes functions.php and add the following there at the end,
WordPress: How to remove “Comments are closed” php code snippet
Saturday, November 5th, 2011WordPress: How to remove “Comments are closed” php code snippet
I came across a project where I had to make a page without any comment box! And no line saying comments off!
After reading a bunch of tutorials online, i finally got down to hacking myself a small snippet for this,
Objective: Remove the comment box/ “Comments are closed” line from the page, where comments were off!
Code:
1. open the functions.php of your current theme and add the following code at the end:
(more…)
Tags: comment box, comment page, remove comments off, Wordpress
Posted in Wordpress hacks | No Comments »