Title: changing 0 comments to something else&#8230;
Last modified: August 19, 2016

---

# changing 0 comments to something else…

 *  [Triblu](https://wordpress.org/support/users/triblu/)
 * (@triblu)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/changing-0-comments-to-something-else/)
 * I am using WordPress theme Swift 3.1.8 by Satish Gandham and want to change “
   0 commments” to “Speak Your Mind”. Do I simply replace Line 99 in my index.php
   file:
 * ‘<php comments_number(‘no shouts’,’one shout’,’% shouts’); ?>’
 * with this:
 * ‘<?php comments_number(‘Speak Your Mind’); ?>’
 * And what about my comments.php… do I change Line 16:
 * ‘<?php comments_number(‘No Comments’, ‘One Comments’, ‘% Comments’ );?>’
 * with this:
 * ‘<?php comments_number(‘Speak Your Mind’);?>’
 * Thank you in advance,
    Trish

Viewing 1 replies (of 1 total)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [16 years, 6 months ago](https://wordpress.org/support/topic/changing-0-comments-to-something-else/#post-1244300)
 * Not exactly. See [http://codex.wordpress.org/Template_Tags/comments_number](http://codex.wordpress.org/Template_Tags/comments_number)
   for details, but ….
 * You have to put in all three
 * `<?php comments_number('zero', 'one', 'more'); ?>`

Viewing 1 replies (of 1 total)

The topic ‘changing 0 comments to something else…’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/changing-0-comments-to-something-else/#post-1244300)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
