[Resolved] Change text on “X” thoughts on [Post Title]

Home Forums Support [Resolved] Change text on “X” thoughts on [Post Title]

Home Forums Support Change text on “X” thoughts on [Post Title]

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2290214
    Willya

    Hi,

    I would like to change this:

    [comments number count] thoughts on [post title]

    How to change it to only:

    (count) comments

    Regards,
    Willya

    #2290232
    Fernando
    Customer Support

    Hi Willya,

    You’re using a Child theme with a custom Comments template right?

    If so, you can change these lines to do so: https://github.com/tomusborne/generatepress/blob/master/comments.php#:~:text=%27%251%24s%20thought%20on%20%26ldquo,ldquo%3B%252%24s%26rdquo%3B%27%2C

    You can make it:

    '%1$s comment',
    '%1$s comments',
    $comments_number,
    'generatepress'

    You can also use the filter shown in the link above: generate_comment_form_title

    Hope this clarifies!

    #2290266
    Willya

    Hi Fernando,

    As usual, you are always my hero! Thank you so much.

    #2290272
    Fernando
    Customer Support

    You’re welcome Willya!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.