• Resolved butterball72

    (@butterball72)


    I noticed a spelling error. When comments are closed for a specific post, you get a message that says “Sorry, comments are close for this post”

    The word “close” should have a “d” on the end. It should say “Sorry, comments are closed for this post”. What file do I edit to correct this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi -@Anonymous

    Go to main theme’s folder -> comments.php file.
    In this file you will see:
    echo "<p class='theme-messages alert'>". __('Sorry, comments are close for this post', 'mesocolumn') . "</p>"; on line 43.
    Edit this line to

    echo "<p class='theme-messages alert'>". __('Sorry, comments are closed for this post', 'mesocolumn') . "</p>";
    I hope your problem is solved by now.

    Thank You!!

    Theme Author Richie KS

    (@rkcorp)

    well note for next updates.

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