Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi laurenhayman,

    Unfortunately, you can’t remove those message from dashboard. There are two other ways to do this, tho:

    #1. Editing your theme file

    You can do this by modifying anarcho-notepad/comments.php file. Find these line:

    <?php comment_form(); ?>

    and replace it with:

    <?php comment_form( array( 'comment_notes_after' => false ) ); ?>

    However, I don’t recommend this. If there’s an update to your theme, this modification will be overwritten.

    #2. Modifying it using plugin

    I cannot find one (it’s between my internet connection is slow and i’m a bit lazy to wait) so I write a plugin which does this one thing exactly: hiding the comment notes.

    A. Download the plugin here: https://github.com/fikrirasyid/remove-comment-form-notes/archive/master.zip
    B. Upload it from Dashboard > Plugins > Add New
    C. Activate the plugin.
    D. Done.

    I hope this helps ??

    Now that my connection has back, other people actually have submit similar plugin to repo. https://www.ads-software.com/plugins/remove-comment-notes/

    It’ll be easier for you to use it:

    1. Go to Dashboard > Plugins > Add New
    2. Find for “remove comment notes”
    3. Install
    4. Activate

    Thread Starter laurenhayman

    (@laurenhayman)

    Yes, that worked! Thank you for the help.

    I was also wondering if I could remove the form field for website. I just want the comments section to be Name, Email and Comment. Is that possible?

    That’s possible. I couldn’t find any plugin for that, so I wrote one. Try installing and activating this: https://github.com/fikrirasyid/remove-comment-form-url/archive/master.zip

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comment Form Edits’ is closed to new replies.