• I am using the theme ColorWay (lite).

    After a comment had been posted, below the article it now says

    “One Responeso far” instead of “One Response so far.”
    See this link. https://mysubstop.com/?p=101

    How do I correct this since it is theme generated?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Good Catch! Open /colorway/comments.php, and on line 13 you will find this;

    <h3 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?>so far.</h3>

    Try putting a space before the word “so” and save the changes,

    <h3 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?> so far.</h3>

    I think that should fix it.

    Thread Starter toddnorden

    (@toddnorden)

    thank you so much! worked like a charm ??

    You’re welcome!

    Great Clayton it worked for me too!

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Spelling Mistake’ is closed to new replies.