When readers sign up for a account in our wordpress site. My team wants to use their first name they signed up with, to say Hi [firstname] welcome back!
Of course with having readers already I want their accounts to show that too. Could there be a short code or html to add?
Thanks!
You can use something like this from functions.php
}
add_filter( ‘wp_head’, ‘welcome_message_to_users’ );