Title: [Theme: Yoko] Remove Comment Option
Last modified: August 20, 2016

---

# [Theme: Yoko] Remove Comment Option

 *  [MaxJGreen](https://wordpress.org/support/users/maxjgreen/)
 * (@maxjgreen)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/theme-yoko-remove-comment-option/)
 * Hi
 * I am looking into ways to remove comment option completely for this theme.
 * Would you have any suggestions?
 * Thanks
 * [http://wordpress.org/extend/themes/yoko/](http://wordpress.org/extend/themes/yoko/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [ExEivot](https://wordpress.org/support/users/exeivot/)
 * (@exeivot)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/theme-yoko-remove-comment-option/#post-2306707)
 * This is a simple bypass and doesn’t really remove them, but here goes…
 * In the style.css I just added display: none; to #comments
 * Hides the comments option from displaying on all pages. Easiest way I could think
   of with almost no coding.
 * This wouldn’t work if you want to disable comments on a single page or a few 
   pages however because it will hide the comments div everywhere it shows up.
 *  [roseba](https://wordpress.org/support/users/roseba/)
 * (@roseba)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/theme-yoko-remove-comment-option/#post-2306710)
 * I made a subtheme and am beginning to do work on that. In the subtheme, you can
   remove the line from content.php. In my case, I don’t want the comment options
   to display if there are zero comments.
 *  [insurgenesis](https://wordpress.org/support/users/insurgenesis/)
 * (@insurgenesis)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/theme-yoko-remove-comment-option/#post-2306821)
 * [@roseba](https://wordpress.org/support/users/roseba/) hi, which line in content.
   php would that be?
    Please specify.
 *  [roseba](https://wordpress.org/support/users/roseba/)
 * (@roseba)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/theme-yoko-remove-comment-option/#post-2306827)
 * You see the first variable in quotes has nothing in it.
 * The code reads zero comments displays nothing, 1 comment displays 1 comment, 
   and the n comments display n comments.
 * `<?php comments_popup_link( __( '', 'yourwebsitename' ), __( '1 Comment', 'heartspiritmind'),
   __( '% Comments', 'yourwebsitename' ) ); ?></p>`

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Theme: Yoko] Remove Comment Option’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/yoko/1.2.5/screenshot.png)
 * Yoko
 * [Support Threads](https://wordpress.org/support/theme/yoko/)
 * [Active Topics](https://wordpress.org/support/theme/yoko/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/yoko/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/yoko/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [roseba](https://wordpress.org/support/users/roseba/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/theme-yoko-remove-comment-option/#post-2306827)
 * Status: not resolved