Hi
The code below works well with ~/firmasite/comments.php :
<?php
if (!is_user_logged_in()) {
return;
}
?>
But it doesn’t work well with ~/firmasite-child/comments.php that I have created. It hides comments for both logged-in and logged-out users.
What could be the problem?
Thanks for any help