DnEbook DataGlasses.ComTop Member VIP ★ 15 ★ Impact 5,747 Aug 11, 2011 589 views 6 replies #1 I have a wordpress site that basically just needs to GET RID OF the 'comments are off' at the bottom of each post Could someone suggest how to go about this ? .....many thanks Last edited: Aug 11, 2011
I have a wordpress site that basically just needs to GET RID OF the 'comments are off' at the bottom of each post Could someone suggest how to go about this ? .....many thanks
GoQuickly Established Member ★ 15 ★ Impact 41 Aug 11, 2011 1 point #2 evirtual1 said: I have a wordpress site that basically just needs to the 'comments are off' at the bottom of each post Could someone suggest how to go about this ? .....many thanks Click to expand... Search plug ins for disable comments. Or inside your editor, you can pull up single-post.php (might be different depending on theme) Look for the <?php callout for comment_section?> and take it out. Save file. http://www.youtube.com/watch?v=kKXk_buWivM
evirtual1 said: I have a wordpress site that basically just needs to the 'comments are off' at the bottom of each post Could someone suggest how to go about this ? .....many thanks Click to expand... Search plug ins for disable comments. Or inside your editor, you can pull up single-post.php (might be different depending on theme) Look for the <?php callout for comment_section?> and take it out. Save file. http://www.youtube.com/watch?v=kKXk_buWivM
DU Secret SantaTop Member VIP ★ 15 ★ Impact 17,949 Aug 11, 2011 1 point #3 Settings -> Discussion -> uncheck "Allow people to post comments on new articles"
carob Top Member VIP ★ 15 ★ Impact 6,653 Aug 11, 2011 1 point #4 If you have DB skills you can just go the DB and delete all existing comments in one go.
sourcez Established Member ★ 15 ★ Impact 12 Aug 11, 2011 #5 defaultuser said: Settings -> Discussion -> uncheck "Allow people to post comments on new articles" Click to expand... This is the best way to do it without plugins, you can set comments off on existing articles from the edit post page. Under screen options you'll need to enable the discussion section to see the options.
defaultuser said: Settings -> Discussion -> uncheck "Allow people to post comments on new articles" Click to expand... This is the best way to do it without plugins, you can set comments off on existing articles from the edit post page. Under screen options you'll need to enable the discussion section to see the options.
DnEbook DataGlasses.ComTop Member VIP ★ 15 ★ Impact 5,747 Aug 11, 2011 #6 Hey great response! I will be able to sort something out from all these replies ......reps for all I think goquickly gets what i mean thanks again Last edited: Aug 11, 2011
Hey great response! I will be able to sort something out from all these replies ......reps for all I think goquickly gets what i mean thanks again
DnEbook DataGlasses.ComTop Member VIP ★ 15 ★ Impact 5,747 Aug 12, 2011 #7 Without knowing what i am doing i went to main index page (wordpress editor) and tookout the following <div class="category"> </div> <div class="com"><?php comments_popup_link('ADD COMMENTS', '1 COMMENT', '% COMMENTS'); ?></div> Yippeee ....... no more reference to comments
Without knowing what i am doing i went to main index page (wordpress editor) and tookout the following <div class="category"> </div> <div class="com"><?php comments_popup_link('ADD COMMENTS', '1 COMMENT', '% COMMENTS'); ?></div> Yippeee ....... no more reference to comments