Resources

My Agape try

Your Agape try


Support Forum

You must be logged in to post Login Register

Search 
Search Forums:


 




hide comments from visistors

UserPost

4:56 am
February 5, 2010


catch22

Member

posts 7

1

Is it possible to hide the comments under the posts from visitors (=not logged in users)?

So that the comments are only visible for logged-in users?


2:18 pm
February 8, 2010


Kevin

Admin

posts 2381

2

catch22 said:

Is it possible to hide the comments under the posts from visitors (=not logged in users)?

So that the comments are only visible for logged-in users?



That's a job for template code. For example, in single.php:

change:

comments_template();

to:

global $current_user;
if ( $current_user->ID )
   comments_template();

About the Agapetry forum

Currently Online:

16 Guests

Maximum Online: 150

Forums:

Groups: 2

Forums: 7

Topics: 1181

Posts: 5363

Members:

There are 1173 members

There are 1 guests


Kevin has made 2381 posts

Top Posters:

metal450 - 148

Ragnar - 102

YikYak - 68

whiteorb - 44

Daisy - 35

Administrator: Kevin | Moderators: Kevin