• Hey guys. I have a question. I’m currently using SimpleModal Login for login / regist popups. Works great. The only problem, how can I display Welcome username when the user loges in? I tried using:
    <?php global $current_user; if ( isset($current_user) ) { echo $current_user->user_login; } ?> but it doesn’t work?
    You can see the links in the top right corner on https://www.buybacklinkscheap.com

  • The topic ‘Login / Logout Popus’ is closed to new replies.