Forums

Hide links to guests (3 posts)

  1. Alvaro_SG
    Member
    Posted 4 years ago #

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

    Any suggestions?

  2. Dagon Design
    Member
    Posted 4 years ago #

    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.

  3. rcpkrc
    Member
    Posted 4 years ago #

    is it possible to add this to editor as a button to add hidden links or something like this ?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.