• Resolved Amit Sonkhiya

    (@amitaits)


    So far alpha version 4.0 has been released.

    Can we think about giving an option to show/hide website field in WordPress comment system?

    Administrator of a website can be given this option in discussion setting under the dashboard.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The website field isn’t required, so you can safely hide it from view with some simple CSS. The actual class/id might be different depending on your theme, but in the twentyfourteen theme, the <p> containing the website field is classed as comment-form-url, so:

    #commentform .comment-form-url { display: none; }

    Thread Starter Amit Sonkhiya

    (@amitaits)

    Hi all!

    I’m familiar with what karpstrucking wrote.

    I’m using Jetpack which uses WordPress.com’s default comment system and loads in iframe. I have already read at somewhere in Jetpack support forum that it can’t be removed.

    That’s why I was asking for that.

    Thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thanks for clarifying ??

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    That’s a specific question about a specific plugin, then, and sadly not something we can just ‘do’ for WP core anyway :/ Wouldn’t help you in that case.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Suggestion: Remove website field in comment’ is closed to new replies.