How can I get a blank page
How can I get a blank page - I'm trying to get rid of the Comment feeds box as it interferes with the form I placed there. And if I remove Add Comment / Trackback why is there still a Comment feed option?
2
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Hello, it's not clear what you mean by "blank page"? The second part of your message suggests you are looking for a way to get rid of the orange (default skin) box with links for Comments, Feed, etc. Is that so? There are multiple ways to accomplish that, and once you confirm, I can give you my thoughts.
-
Inappropriate?Yes - you are right. Just the white area and no closed for comments message as well. (although I found a better Contact form) - Also I noticed with some plugins IE8 shows a turquoise color - specifically the sociable plugin -
http://blogplay.com/plugin
Thanks for your time
I’m confident
-
Inappropriate?Getting rid of the "Comments are Closed" message is easy: you can either edit the stylesheet and add the following towards the end:
.nocomments
{
display: none !important;
}
Or edit comments.php and scroll down to the section that includes the text "Comments are closed" and remove this chunk of code:
else : // comments are closed ?>
<!-- If comments are closed. -->
Getting rid of the orange box with the links for "Edit Entry", "Comments Feed", etc, is a bit more of an issue. That's because you probably don't want to just remove these but want to move them elsewhere, yes? Otherwise you will lose some of those links. If you really do not care for those links, let me know and I can give you changes similar to the above to remove that box.
The company says
this answers the question
Loading Profile...



