0
votes
0answers
18 views

Plus sign in query string to custom page gets 324 server error

OK, so I've created a page (http://justinhealth.com/testsite/error-signing-up). It's a custom error page for iContact. Now, when there's an error in iContact's signup, it actually goes here: ...
3
votes
2answers
114 views

CPT archive 404ing when using a custom taxonomy name as a variable

So, I'm using a custom post type archive and generating a JavaScript-based filtering interface for sorting through results. Here's an example: http://www.inverity.org/sermons/ Now, what I'd like to ...
0
votes
3answers
723 views

Passing url parameters with search form [closed]

I'm trying to let users have a filter option when they submit a search. My search form: <form class="searchform" method="get" action="http://www.example.com/"> <input ...