Yes, you can achieve this in different scenarios:
- If the user is logged in, you can use our User Details Shortcode to display the user’s name.
- If the user is not logged in, you can pass the user’s name as a value in a query parameter in the URL and then utilize our Query-string DK shortcode to dynamically insert and display the name. The user’s name can be stored as a cookie, allowing it to be accessed and displayed on different pages as the user continues browsing the website.