I’m using the Astra Theme, I picked one of their starter templates and I’m editing it with Elementor. I would like to add a text to the template that says “Welcome John” where John Doe is replaced by a parameter name that I pass in the URL, how can I do this? Is there a better approach to displaying a dynamic name onto a template?
Example: if the link is [mywebsite.com/?name=’Mike’](http://mywebsite.com/?name=’Mike’) then the text will be “Welcome Mike” just like what’s shown on this (https://www.youtube.com/watch?v=BskYG-y_t8E&t=194s)
I’m building an invitation so that’s why I require each invitation to have the name of the guest. Thanks for any help!
EDIT: Preferably a free approach
[ad_2]
This is probably a very difficult thing, because the variable with [name] cannot be obtained in the URL. The WordPress member name can only be obtained after the visitor logs in. For a public page, if the visitor is not logged in Next, how to get the customer name?
This is done with Dynamic Request Parameters, as shown here: https://elementor.com/academy/how-to-use-the-dynamic-request-parameter-on-your-wordpress-website/