Tags
above
align
area
background
banner
blog
body
center
change
closed
code
color
comments
css
currently
custom
delete
description
edit
font
guide
header
hide
home
how to
image
increase
k2
kay
link
page
post
properties
reference
remove
sidebar
space
stylesheet
text
theme
title
tutorial
two
width
wordpress
How to Remove ‘Comments Are Currently Closed’ in WordPress
Published July 30, 2011 Uncategorized Leave a CommentTags: closed, comments, currently, custom, delete, remove, theme, wordpress
If you choose to disable your post comments WordPress leaves behind some ugly text in that space. This technique will remove the ’0 responses’ and ‘comments currently closed’ text from your post footer.
Finished Look:
The highlighted section will be removed.
Go to:
Dashboard / Appearance / Editor / style.css
Code:
.comments {
display:none
}
Back End Example:
Your dashboard should look something like this.