• I need to pass query string type arguments into posts, and then be able to evaluate them within the post to change what is displayed. For example, if you click on this link:
    http://mywebsite.com/CarColor/?color=blue

    then the post named carcolor would display this message:
    “Your car is blue.”

    Is there any way to do this?

    Thanks, Mike

  • The topic ‘passing query string arguments to posts’ is closed to new replies.