Hi!
I want to add at extra information area some salutation for logged in users, for example “Hi, %USERNAME%” or “You are logged in as %USERNAME%” and Logout link.
For logged out users needs to add Login and Registration links.
I really hope you help me) Thanx!
Hey lookashow!
That’s kind of bordering on custom work but you could try using this function, https://codex.wordpress.org/Function_Reference/is_user_logged_in, to check if the user is logged in or not and echo some content out that way.
If you are wanting to add it in the header somewhere then I would try around line 63 in the /enfold/includes/helper-main-menu.php file.
Cheers!
Elliott