[wp-trac] [WordPress Trac] #21020: Passing query parameters via URL
WordPress Trac
wp-trac at lists.automattic.com
Wed Jun 20 18:36:01 UTC 2012
#21020: Passing query parameters via URL
-------------------------------------------+--------------------
Reporter: taropaa | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.4.1
Component: Permalinks | Version: 3.4
Severity: normal | Resolution:
Keywords: needs-patch reporter-feedback |
-------------------------------------------+--------------------
Comment (by taropaa):
Replying to [comment:7 ocean90]:
> > The summary/description of this ticket doesn't seem to match up with
the problem described in the post on the forums (and reiterated in
ocean90's comment above).
>
> I just taked a look on the linked post. So, taropaa?
Hi Dominik,
Maybe my description was a little off. In order to clarify, I had a custom
post type which paginates. In order to link directly to a page I would
pass the parameter page=2 via an URL query to the page and it would work.
the url would look like: website.com/menu/?page=2 -> wordpress would
successfully pass the parameter to the page.
After i upgraded to the WP 3.4, wordpress would do a redirect and the url
would get changed to website.com/menu/2/ which means that the page does
not get the parameter and can't go to the page 2. (I don't know if anyone
noticed but it seems buddypress.org suffers from the same illness)
Just go to http://buddypress.org/extend/plugins/ and try going to page 2
and you will see what I am referring to. The symptoms I describe may be
different from what was described in the linked post, but I am pretty sure
they have the same root cause.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21020#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list