• Resolved Chornaa

    (@chornaa)


    Hi all, I need help
    I want to remove word “says” after the author name in comments page, can someone help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Anonymous User

    (@anonymized-3085)

    check the twentyten theme, and see how they list comments.

    Thread Starter Chornaa

    (@chornaa)

    Can someone explain more easily?

    Try adding the following in style.css.

    .says {
    	display: none;
    }

    Thread Starter Chornaa

    (@chornaa)

    I resolved it by editing comment-template.php file in wp-includes
    I just removed “says”
    Resol

    Anonymous User

    (@anonymized-3085)

    which will be overwritten the next time you update WordPress.

    Seriously look at the twentyten theme and see how they handle comments. Basically it may be possible via a theme edit.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Remove “Says”’ is closed to new replies.