You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a filters for my custom post type universities using ajax.
I have used a shortcode and then getting the result using the ajax request. The filters are working fine on universities page.
But I want to search for universities from homepage using a form and passing arguments to the universities page. When clicking on submit the page redirects and it shows a 404 not found error. While when refreshed is it redirected to universities page but without the list of arguments.
I think there may be a way to pass arguments to the universities page. I used get_posts() on universities page to query result.
May be query_var. I am not sure. A little help or guidance will be very helpful.
Regards
The text was updated successfully, but these errors were encountered:
I have created a filters for my custom post type universities using ajax.
I have used a shortcode and then getting the result using the ajax request. The filters are working fine on universities page.
But I want to search for universities from homepage using a form and passing arguments to the universities page. When clicking on submit the page redirects and it shows a 404 not found error. While when refreshed is it redirected to universities page but without the list of arguments.
I think there may be a way to pass arguments to the universities page. I used get_posts() on universities page to query result.
May be query_var. I am not sure. A little help or guidance will be very helpful.
Regards
The text was updated successfully, but these errors were encountered: