Forums

Passing form parameters to a wordpress blog page ? help ! (1 post)

  1. mactac
    Member
    Posted 3 years ago #

    So, I'm trying to pass variables to a wordpress page using cgi. I'm using month and day permalinks if that makes any difference.

    When I try to pass variables by adding ?variable=value, i get 404 errors.

    I'm obviously missing something basic here... I'm fairly versed in cgi, but have no idea how wordpress deals with this type of thing.

    Obviosuly there is something funky going on in the permalink url rewrites, but I am unsure how to get around it.

    Can anyone help me ?

    here's an example of what I'm doing:

    http://www.my-blog.com/some_page/?month=10
    gives a 404, but

    http://www.my-blog.com/some_page/
    works

    I want to be able to pass params to a php script on the blog page.

Topic Closed

This topic has been closed to new replies.

About this Topic