Remove Comments Function From Page In WordPress
Some templates offer an option to do this automatically, however some do not. To remove the comments function from pages in wordpress is simple. Do as follows.
Got to Settings >> Discussion >> “Allow people to post comments on new articles” and remove the tick.
Removing the comments section from wordpress pages
This is a little more work. You need to select
Appearance >> Editor
Then under your theme select the page template which is normally called Page.php.
Once done, normally under or near this line of code <?php the_content(__( you will see line of code like this.
<?php// comments_template( '', true ); ?>
Simply delete that line and then save the template. Make sure you keep a note of the code in case you ever want to add it back in. Job done
Related Problems
If your wordpress automatic upgrade failes you may need to do it manaually, here is a guide. Mine failed with the error Call To Undefined Function Metadata_Exists
READ SOLUTION
A step by step guide on how to manage post revisions. This guide will show you limit, remove and even disable wordpress from keeping revisions of your wordpress posts
READ SOLUTION
If you need to redirect your webpages to another page on your site then use this easy guide. How to redirect a webpage using a 301 redirect.
READ SOLUTION
You find that on your wordpress based site you see a message saying "Briefly unavailable for scheduled maintenance" . This can be fixed by removing a file in your ...
READ SOLUTION
If you think your website is running slow there there are a number of things to do to improve page speed.and loading times. If you are on wordpress there are ...
READ SOLUTION
How and when you should use the A rel="nofollow" tag to keep pagerank on your website. Page rank sculpturing
READ SOLUTION
Stop google forcing you to use your countries search page and use google.com instead. Use the NCR command to get to coogle.com
READ SOLUTION
When you log on to a 2008 server you see message such as appliying group policy or applying settings, here is how to remove all logon messages in server 2008/sbs ...
READ SOLUTIONCall To Undefined Function Metadata_Exists After WordPress Upgrade
Disable Or Limit WordPress Post Revisions
How to redirect a web page
WordPress “Briefly unavailable for scheduled maintenance” After
Speed Up Your Website
Stop Losing Pagerank With Nofollow
Cannot Search From Google.com Search Redirects To Countries
Remove log on messages on server 2008
Tags: wordpress
Trackback from your site.


