• Resolved a1anm

    (@a1anm)


    Hi,

    After a user logs in I would like a link to appear in the side bar which links to their author page.

    Any ideas how to achieve this?

Viewing 1 replies (of 1 total)
  • Thread Starter a1anm

    (@a1anm)

    <?php
    if ( is_user_logged_in() ) {
        echo '				<h2>Author</h2>
    
    <ul>
    <li><a>ID; ?>">Author Page</a></li>
    </ul>
    ';
    } else {
        echo '';
    };
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Link to Logged in Users Author Page’ is closed to new replies.