How to remove the "Make A Comment" function

Support Area Forums Photobug How to remove the "Make A Comment" function

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.pmf-fotografie.de/
  • Author
    Posts
  • #20008
    Philipp
    Participant

    Hi,
    how can I remove the “Make a comment Function” or only visible for user which are registered.

    Thanks
    Philipp

    #20015
    Bill Robbins
    Moderator

    Hello Philipp,

    Good question there. You can hide those except for logged in users. Here’s how to do that:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      p.comments,
      #comments {
      	display: none;
      }
      
      .logged-in p.comments,
      .logged-in #comments {
      	display: block;
      }
      
    3. Update your settings.

    Also in the Discussion settings that are in the Settings section of your WordPress dashboard, there is an option to only allow logged in users to comment. You may want to check that option as well.

    If you run into any trouble there, let me know.

    Thanks,
    Bill

    #20048
    Philipp
    Participant

    Big thanks for this fast and helpful answer.

    #20049
    Bill Robbins
    Moderator

    Anytime Philipp. Let me know if you need anything else.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove the "Make A Comment" function’ is closed to new replies.