wpsight / wpcasa

WPCasa WordPress Real Estate
https://wpcasa.com
GNU General Public License v2.0
42 stars 23 forks source link

Bug with wpsight_listings shortcode attributes #34

Closed JoeHana closed 8 years ago

JoeHana commented 8 years ago

It seems like the shortcode ignore URL Parameters to order listings.

Eg. by using [wpsight_listings orderby="price" order="ASC"] the original order works fine, but if the user re-orders them live from the dropdown, the results will stay the same.

The shortcode probably needs to first check if URL Parameters are available and only apply the shortcode attributes if there are no URL Parameters.

simonrimkus commented 8 years ago

Closing as a duplicate of #25