• Hello everyone,

    I want to display blog authors links to their pages on the sidebar.

    for example: My nick is bako, I want on the sidebar to show my nick bako with URL to my personal page, on the blog.

    I tried to use the_author_posts_link, but it shows another author…

    Please help me if you can…

    P.S. I want to display this URL + Nickname for only Logged in Users, I use Sidebar Login (Plugin)

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

    (@bakoline)

    I found this code…

    <?php if (is_user_logged_in()) : ?>
    <?php global $user_identity;get_currentuserinfo();?>
    <p>Welcome back <?php echo $user_identity;?></p>
    ” title=”Log out of this account”>Log out
    <?php else :?>

    how can I add LINK to this <?php echo $user_identity;?> ?

Viewing 1 replies (of 1 total)
  • The topic ‘Personal Blog Links’ is closed to new replies.