Hi @andredi15,
If you’re looking to display that text on specific pages then what your trying to achieve should be possible by also using our other plugin Profile Builder.
After you’ve activated Profile Builder on your site you need to go to your Dashboard -> Profile Builder -> Settings -> Advanced settings -> Shortcodes -> and enable the “Usermeta shortcode”. You can read more about this here.
Now on each page, you want to add the “Hello username!” text you will need to use the following shortcodes by going to your Dashboard -> Pages -> and selecting the page:
[pms-restrict message=” “]
Hello [user_meta key=”user_login”]!
[/pms-restrict]
You can also read more about the [pms-restrict] shortcode here.
By doing this the “Hello username!” text will only be displayed to the logged-in users.
Note: Please try typing the above shortcodes from the keyboard, because sometimes when you copy and paste the shortcode, the wrong quotation marks are added or it copies the wrong format.
Best regards,