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
{{ message }}
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
Observed behaviour: No value is selected in the “Bedrooms” select field. Expected behaviour: “4 bedrooms” (the originally selected query) is preselected in the “Bedrooms” select field.
Adding global $wp_query; near the top of the widget() function in agentpress-listings/includes/class-property-search-widget.php fixes this in my tests.
The text was updated successfully, but these errors were encountered:
As reported on WP.org, the selected taxonomies are lost when viewing search results such as this:
http://demo.studiopress.com/agentpress/?s=&post_type=listing&bedrooms=4-bedrooms
Observed behaviour: No value is selected in the “Bedrooms” select field.
Expected behaviour: “4 bedrooms” (the originally selected query) is preselected in the “Bedrooms” select field.
Adding
global $wp_query;
near the top of the widget() function inagentpress-listings/includes/class-property-search-widget.php
fixes this in my tests.The text was updated successfully, but these errors were encountered: