• Resolved Advex

    (@totalfly)


    Hi, i have just some questions:

    1) i put the login widget in my home page.. after login i redirect the user to the profile page where i insert the [wp-members page=”user-profile”] short code. There is a short code also to put the user name in the page in order to have a welcome message like i.e. Welcome Mr. John Smith?

    2) after login in the foother widget i have the message “you are logged as xxxx” and then the link to logout.. if for some reason the user come back to the home page, he don’t have any link to the user area.. how can i insert in the widget a link to the user area visible only after login?

    thanks in advance

    https://wordpress.org/plugins/wp-members/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    There is a short code also to put the user name in the page in order to have a welcome message like i.e. Welcome Mr. John Smith?

    There is a shortcode to display field data of registered users ([wpmem_field]). So you could display this message like:

    Welcome [wpmem_field field=first_name] [wpmem_field field=last_name]

    how can i insert in the widget a link to the user area visible only after login?

    The entire string of HTML for this status message can be filtered with wpmem_sidebar_status.

    Thread Starter Advex

    (@totalfly)

    Thank you so much! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Some questions’ is closed to new replies.