• Resolved Rosa Parker

    (@rosa-bosma)


    Hi,

    Just like {{display_name}} displays a user’s registered first and last name, I’m looking for a tag that I can use to display a user’s registered username (in emails, once they have signed up).

    Is there a way I can do this? I can’t seem to find it.

    Thanks!

    Rosa

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Rosa,

    You can use this mini-plugin http://www.cozmoslabs.com/wp-content/plugins/download-monitor/download.php?id=52

    Download and install it like any other plugin. Then you can use this shortcode [user_meta] like so:

    Avatar: [user_meta key=”avatar” size=”50″]
    Nicename: [user_meta key=”user_nicename”]
    Email: [user_meta key=”user_email”]
    Url: [user_meta key=”user_url”]
    Registered: [user_meta key=”user_registered”]
    Display Name: [user_meta key=”display_name”]
    First Name: [user_meta key=”first_name”]
    Last Name: [user_meta key=”last_name”]
    Description: [user_meta key=”description” wpautop=”on”]
    Datepicker: [user_meta key=”custom_field_1″]
    Numbers: [user_meta key=”custom_field_2″]
    etc…

    Let me know if it works.

    Best regards

    Thread Starter Rosa Parker

    (@rosa-bosma)

    Thanks a lot for your reply!

    Unfortunately, [user_meta key=”user_registered”] shows blank in the registration email.

    Just a typo I noticed for this Profile Builder plugin: in the plugin overview in the admin panel, ‘Visit plugin site’ links to http://www.cozmsolabs.com/ instead of http://www.cozmoslabs.com/.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display registered username?’ is closed to new replies.