Originally posted by rwgraphics
View Post
/mfg_oldSite/wp-content/themes/bootstrap-child/templates/search_page.php
And this page above supposedly has an include() call to the "search.php" script.
An include() call essentially inserts the code of "search.php" to the parent page (search_page.php) in question.
Unless I am misunderstanding how the Wordpress "slug" works, and that it doesn't actually redirect to the "search_page.php" page with all the HTTP GET parameters intact, then this should work.
If however, the slug redirect does NOT pass any of the HTTP GET parameters (e.g "?zoom_query=test&zoom_per_page=10") then your form should probably have an action= attribute pointing to the "search_page.php" page. And your Link Back URL setting should go to this too.
Leave a comment: