• Resolved ricardonc

    (@ricardonc)


    Hi

    I’m having trouble on changing title of “Leave a reply” and editing comment fields. I would like to take off the “site” field” and at the moment couldn’t still find the right place to do it. Can someone help me please?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    hello ricardonc,

    To change the comment title you need to open your theme folder(i.e wp-content->themes->poseidon) -> comments.php , at line no.59 you can change the comment title.

    for ex.
    'title_reply' => '<span>' . esc_html__( 'Leave a Reply', 'poseidon' ) . '</span>',
    to
    'title_reply' => '<span>' . esc_html__( 'Leave a Comment', 'poseidon' ) . '</span>',

    Hope this will helps you.

    Thanks.

    Thread Starter ricardonc

    (@ricardonc)

    Thanks, it worked 😀

    Now just need to take out “Site field”… There’s no interest in it

    Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks so much for using Poseidon.

    You should create a child theme and override the comments.php, then modificate it. That will ensure you will not loose your changes once you update the theme.

    You should be able to remove the URL field by specifying the fields argument for the comment_form() function. More infos on https://developer.ww.wp.xz.cn/reference/functions/comment_form/

    Best,
    Thomas

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

The topic ‘Comment Title’ is closed to new replies.