Basically, we have alot of traffic coming to our site from different sources looking for slightly different things.
But instead of creating new pages for each slight change in heading, we were wondering if there was a way to set a custom parameter within the URL and then pull that parameter into a HTML element to display it.
So for example:
User 1 gets sent to:
URL: www.example.com/something?title=Page_1
Therefor the heading:
Heading one: Page 1
User 2 gets sent to the same page, but with a different parameter:
URL: www.example.com/something?title=Page_3
Therefore the heading:
Heading Two: Page 3
Thanks guys. I have a rough understanding of how this would be done but i'm not all too familiar with WPs Hooks.
But from my knowledge you'd set a custom parameter, store that parameter into a variable then display that variable. But I know it isnt that simple xD