Shape 5

Wordpress Club Themes => University - Club => : mrachul February 25, 2011, 12:57:07 PM



: Comments Off
: mrachul February 25, 2011, 12:57:07 PM
I have comments turned off on a couple of my pages and I want the Comments Off text not to display as well.  How do I do this?


: Re: Comments Off
: Tristan Rineer February 27, 2011, 11:35:40 AM
The answer to your question can be found in Wordpress support, here: http://wordpress.org/support/topic/how-to-remove-comments-off-section (http://wordpress.org/support/topic/how-to-remove-comments-off-section)

The theme file that contains the WP loop (which the above linked thread suggests editing in one of the options) is loop.php.

Hopefully that helps!


: Re: Comments Off
: mrachul April 01, 2011, 10:29:12 AM
Thanks.  It helped me in one part now the next part is to get rid of the Comments are closed.  Once again, I can't seem to find this phrase anywhere.


: Re: Comments Off
: Tristan Rineer May 13, 2011, 12:23:24 AM
Sorry about the delayed response, I've been working on an overhaul of the theme admin area and widget styling systems.  All themes from Comaxium (being released in a few hours) onward will have the new system, with more changes and improvements coming along the way.  I will also be gradually working my way back through existing themes to upgrade them to the new system.

As to your problem; I believe I have found the solution.  If it works, please post the results here to let other club members with the same issue know how to solve it.

Here it is:

In "loop.php" on line 165, use the /* */ comment block inside the php tags:

Changing:
:
165|  <?php comments_template''true ); ?>
To:
:
165|  <?php /* comments_template( '', true ); */ ?>

Hopefully that helps!


: Re: Comments Off
: lucasr October 20, 2011, 06:17:40 AM
Hey Tristan,

I have made this chance on line 165 but the "comments are closed" is still there.
I have sucessfully removed the "comments are off" but not the comments are closed.

Do you have any idea about what else can be done?

thanks,
kindly regards,


: Re: Comments Off
: Tristan Rineer October 20, 2011, 09:30:08 AM
You may be able to find the answer Here (http://wordpress.org/support/topic/how-to-remove-comments-off-section)

If not, feel free to PM me login/FTP information for your site so I can make the changes for you (NOTE: the login can be a new account, but it must have admin access for me to edit theme files).

WARNING!: Do Not post site login details on an open board, always send through PM.