Is there any way to hide a part of a post so guest can't see it (only registered users can see that part)? Thank you
its very easy! <?php if (is_user_logged_in()) { ?> <html code here> <?php } ?> PHP: or if you want public to see the post just use the ! not sign in user_logged_in
It might be easy but php is unknown language for me Do you mind to tell me where exactly do I add that code? Thank you for the reply