Displayed User Loggin Name
-
In member-header.php, I know we can use the code
``
and that will echo the nickname (nicename, loginname or w.e people call it.) But I can’t seem to put that piece of code into a $value.. Here’s a little example of what im trying to do.
`
displayed_user->username()) {
echo “yey”;
}?>
`
But for some reason it’s not working.. Any quick Ideas?
- The topic ‘Displayed User Loggin Name’ is closed to new replies.