Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages » Comments, trackbacks & pings »

Removing Comments completely


  #1  
Old Mar 10, 2009, 04:16 AM
martinb
 
2 posts · Mar 2009
Hello !! I am a bit of a novice regarding code but am enjoying it. Any ideas about getting rid of comments on posts completely from Atahualpa. Tried No Comments On Pages plugin but didn't seem to work.
Any help would be much appreciated!
Cheers, Martin
  #2  
Old Mar 10, 2009, 03:43 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
In index.php, delete this:

PHP Code:
         <?php // Load Comments template (on single post pages, and "Page" pages, if set on options page) 
        
if ( is_single() OR ( is_page() && $bfa_ata['comments_on_pages'] == "Yes") ) {
            if (
function_exists('paged_comments')) { 
                
paged_comments_template(); // If plugin "Paged Comments" is activated, for WP 2.6 and older
                
} else { 
                
comments_template(); // This will load either legacy comments template (for WP 2.6 and older) or the new standard comments template (for WP 2.7 and newer)
            
}     
        } 
?>
  #3  
Old Mar 11, 2009, 01:33 AM
martinb
 
2 posts · Mar 2009
Many thanks Flynn - worked a dream - Your the Man!!!

Cheers, Martin

Bookmarks

Tags
comments, removing

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing Page titles in single pages with out removing post titles robertbrand Atahualpa 3 Wordpress theme 7 Jun 21, 2011 10:33 AM
Help! Posts and Fonts completely messed up NDN Installing & running WordPress 3 May 15, 2009 08:06 PM
Completely broken WP - Please help Humphrey New Versions, & Updating 1 Apr 26, 2009 05:22 AM
removing the Entries RSS, Comments RSS & Wordpress.org default links earlalger Header configuration & styling 2 Mar 8, 2009 06:09 PM
Help Removing Comments and Posts and Centering Title virtual1 Header configuration & styling 3 Mar 5, 2009 07:05 PM


All times are GMT -6. The time now is 02:01 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.