Live Demo
Click into the links below to see live examples.
Example #1: Dynamically update of the headline of the landing page to show service type of Rodent Control
- Original URL: https://pestcontrolallentownpa.com/ppc-example/
- New URL based on service type: https://pestcontrolallentownpa.com/ppc-example/?service=Rodent%20Control
- How we did this: We simply added the the following URL parameter to the end of the url: service=Rodent%20Control
Example #2: Same as above but this time changing the service to be ‘Termite Control’
- Original URL: https://pestcontrolallentownpa.com/ppc-example/?service=Rodent%20Control
- New URL based on service type: https://pestcontrolallentownpa.com/ppc-example/?service=Pest%20Control
- How we did this: We took the example above and simply switched our the URL parameter to be: service=Termite%20Control
Example #3: Now let’s get fancy and also match the image to the first example. We’ll show image of a rodent to the right of the form.
- Original URL: https://pestcontrolallentownpa.com/ppc-example/?service=Rodent%20Control
- New URL based on service type: https://pestcontrolallentownpa.com/ppc-example/?service=Rodent%20Control&graphic=rats
- How we did this: We added images inside of the wpDCR plugin then assined each image a parameter. In this case the parameter is ‘rats’. We then added the URL parameter to the URL that already has the parameter of: service=Rodent%20Control for a new parameter of service=Rodent%20Control&graphic=rats
Example #4: Same as above but matching the image to the Termite Control service
- Original URL: https://pestcontrolallentownpa.com/ppc-example/?service=Termite%20Control
- New URL based on service type: https://pestcontrolallentownpa.com/ppc-example/?service=Termite%20Control&graphic=termites
- How we did this: We added images inside of the wpDCR plugin then assigned each image a parameter. In this case the parameter is ‘termites’. We then added the URL parameter to the URL that already has the parameter of: service=Termite%20Control for a new parameter of service=Rodent%20Control&graphic=termites
Ready to get started?
Click the button below to download the wpDCR plugin for WordPress. It’s Free!