Hello
I have a site
http://exponentialtrader.com/
When a user log's in they stay alive everywhere logged in
But when they go to http://www.exponentialtrader.com/predictor/ (a custom page) it doesnt recognize that their logged in
On my custom page all I did was put in this
<`?php require('../wp-blog-header.php');
get_currentuserinfo();
get_header();
get_sidebar(); <?> </body></html>`
Howcome in the sidebar its not saying "currently logged in as"
Thanks!