There is a section in WordPress at the bottom of the entry of a post.
This section looks like this Image
Well, I want to remove that section from every post, and can’t find a WordPress configuration that does that.
There is a section in WordPress at the bottom of the entry of a post.
This section looks like this Image
Well, I want to remove that section from every post, and can’t find a WordPress configuration that does that.
You must be logged in to post a comment.
Here is the code:
under /wp-content/themes/your_theme/sidebar.php
You will find a div with the next code:
Just comment (or remove ) the line like this:
Also, there are Plugins that disable comments for all Post or Pages. Like this one: http://wordpress.org/plugins/disable-comments/