How do I Delete the comment form and add a copyright?
-
How do I delete the comment form option on each page of my website?
And how do I add copyright information at the bottom?
Thanks,
Nicholas
The blog I need help with is: (visible only to logged in users)
-
Hi Nicholas,
You can enable/disable comments following the instructions here:
http://en.support.wordpress.com/enable-disable-comments/
If you disable the comment section, you should not see it at the bottom of your page.
Regarding the copyright information, there are two primary ways:
- You could place a Text widget within your Footer area with the copyright information. More information on Text widgets can be found here:
- You could use the following CSS:
div.site-info:before { content: "Enter Text Here"; }
Just enter the CSS in Appearance -> Customize -> CSS.
Let me know if either of those methods work for what you’re looking to accomplish!
-
-
- The topic ‘How do I Delete the comment form and add a copyright?’ is closed to new replies.