Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes, in the search widget you can sort items by price, date and title. Each ASC and DESC.

    Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    you can allow the user to change the sorting by using [adverts_list] with allow_sorting param, additionally you can set the sorting by price as default by using order_by=”price-asc” param.

    The whole shortcode would look like this

    
    [adverts_list allow_sorting="1" order_by="price-asc"]
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sort by price option?’ is closed to new replies.