Hi, I need to hide the links to the guests automatically. I have tested with the "Hidepost" but it does not work.
Any suggestions?
Hi, I need to hide the links to the guests automatically. I have tested with the "Hidepost" but it does not work.
Any suggestions?
Here is some code you can use in your theme files.
<?php
if (is_user_logged_in()){
(code you only want logged-in users to see goes here)
}
?>
You can wrap that around the function that lists links, or anything else.
is it possible to add this to editor as a button to add hidden links or something like this ?
This topic has been closed to new replies.