rezhart
72 Reputation

Answers

add this to your function.php: add_filter('wp_nav_menu_items','my_login_func', 10, 2); function my_login_func($nav, $args) { ob_start(); wp_loginout('index.php'); $loginoutlink = ob_get_contents(); ob_end_clean();...

View Question
1 Vote edited answer

This is the shortcode show anonymous i have read this link but its still showing anonymous..

View Question
1 Vote commented on answer