Forums

How to add login on word press site (3 posts)

  1. funystar
    Member
    Posted 1 month ago #

    I have almost 4000 spam comments and on mass delete mode - still requires me to hit check box on each one.

    So now i've set it to be only registered users can comment, but I don't have a register on my site and need to learn how to set that up.

    THANKS!

  2. MichaelH
    moderator
    Posted 1 month ago #

    Use the Meta Widget under Appearance->Widgets.

  3. Shane G
    Member
    Posted 1 month ago #

    Hi,

    Execute this query to remove spam comments:

    delete from wp_comments where comment_approved = ’spam’;

    And check from the wordpress admin area -> settings -> discussion section and set require registration for comment.

    Thanks,

    Shane G.

Reply

You must log in to post.

About this Topic