feature request: restrict comments to logged in users
-
i have modified my theme’s comments template:
<?php if ( is_user_logged_in() ) : ?> <ol class="comment-list"> <?php wp_list_comments(... ?> </ol><!-- .comment-list --> <?php else : ; // Check for user logged in ?> ...please log in to view comments... <?php endif; // Check for user logged in ?>
but it would be nice to have this as an option in wpmem, either globally or by post
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘feature request: restrict comments to logged in users’ is closed to new replies.