• Hi, I need to hide the links to the guests automatically. I have tested with the “Hidepost” but it does not work.

    Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide links to guests’ is closed to new replies.