Wordpress - Display text dynamically based on URL parameters on Astra template with elementor
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?
In this short video we will magically pull data from the URL string using PHP and a $_GET variable type. This is a quick and simple way to make any of your Wordpress pages (or any P...