Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$5
Remove Comments, Responses and Recent Posts Links on most pages
little D | 06/04/12 at 12:04pm
Edit
Tutorial: How to assign prize money
(7) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
06/04/12
12:08pmFrancisco Javier Carazo Gil says:Look at this plugin: http://wordpress.org/extend/plugins/bulk-delete/
- 06/04/12 12:12pm
Francisco Javier Carazo Gil says:If you want to delete comments and response to a specific page, massively directly from SQL use this query:
DELETE FROM wp_comments WHERE comment_post_ID = 'ID_POST_YOU_WANT_DELETE_COMMENTS'
This id of post can also be a page, only find his id. - 06/04/12 12:16pm
Francisco Javier Carazo Gil says:If you want to remove the option to make comments, you have to template and then in single.php find comments_template() and show it depending a condition you can create:
if(get_the_ID() != ID_PAGE_NOT_COMMENT)
comments_template();
- 06/04/12 12:12pm
-

Last edited:
06/04/12
12:08pm -

Last edited:
06/04/12
12:10pm -

Last edited:
06/04/12
12:10pmNilesh shiragave says:if you don't want that on pages then open page.php from your active theme folders and remove following line
<?php comments_template(); ?>
-

Last edited:
06/04/12
12:12pm -

Last edited:
06/04/12
1:45pmHavrince Daniel says:If you want to remove comments just from pages(like contact or about us) you need to delete this line* from page.php in your wp-admin teme editor.
If you want to remove comments form articles too delete this line* from single.php
*<?php comments_template(); ?>Previous versions of this answer: 06/04/12 at 1:45pm
- 06/05/12 2:46pm
Havrince Daniel says:Recent posts are in sidebar?
- 06/05/12 2:46pm
-

Last edited:
06/04/12
1:59pm
This question has expired.
Current status of this question: Community pot
Please log in to add additional discourse to this page.
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
