• Resolved nancysmets

    (@nancysmets)


    I would like to hide the WP comments members make for non-members (not loggedin members)
    is this possible?

    The page itself should be visible for everybody but the section with the comments from WP not (only for loggedin members).

    I use ultimate-member in combination with WPdiscuz.

    I hope somebody can help me with this.

    Thanks,
    Nancy

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Towhid

    (@cryptex_vinci)

    Hi @nancysmets

    Since it varies from theme to theme. Use this conditional login to display the comment function.

    if ( is_user_logged_in() ){
      // your Comment function
    }

    Thanks

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @nancysmets
    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved….

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help… 🙂

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide comments for non-members’ is closed to new replies.