• Resolved happycloudmedia

    (@happycloudmedia)


    I would like to remove the fields of author, email, web address from the “Leave a Comment” section after each of my posts. How would I do this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • But do you want do disable the comments or only some fields of the comments?

    Thread Starter happycloudmedia

    (@happycloudmedia)

    Only some fields.

    The email and url fields are what I would like to remove.

    Thanks!

    I think first you have to go to: Options > Discussion and uncheck the option:
    – Comment author must fill out name and e-mail
    So that those fields aren’t required.

    Then check if it still appears on the page.
    If it still appears you can hide the fields with css.

    Do you have a link?

    Thread Starter happycloudmedia

    (@happycloudmedia)

    I do have that option unchecked, thanks. The fields are still visible.
    Unfortunately I can’t link to the page because it’s in a company’s protected area, but I am using the Gridster-lite theme and running the latest WP.

    You hide those fields (now that they aren’t required) with css:

    .comment-form-email, .comment-form-url { display: none; }

    You can create a child theme and add these to the style.css of the child theme, or you could use a css editor, like the one of Jetpack plugin, and add those rules.

    Thread Starter happycloudmedia

    (@happycloudmedia)

    Awesome thanks!!!!!

    Thread Starter happycloudmedia

    (@happycloudmedia)

    Worked, thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removing Author, email, web address from comment form’ is closed to new replies.