Found the answer on the shortcodes page
`<?php echo do_shortcode(‘[property_overview sorter=on sort_by=price sort_order=DESC]’); ?>’
I can’t get ti work work for my featured properties though?
<?php echo do_shortcode('[featured_properties sorter=on sort_by=price sort_order=DESC thumbnail_size=results_image]');?>
Not sure why this won’t work?
Hello.
You are right. Thank you for pointing. Featured shortcode will be fixed as soon as possible.
Thank you for your patience.
Ok cool, thought I was going mad!
Any idea when it might be fixed? My client is giving me ear ache about this big time!
You can use at the moment shortcode [property_overview featured=true]. there should work sorting.
Unfortunately we do not give any estimates.
Regards.
I’m sorry to confusing you. This is not the bug. By default featured properties shortcode do not have parameters to sort properties. Available parameters can be found on that tutorial – https://www.usabilitydynamics.com/tutorials/wp-property-help/wp-property-shortcode-cheat-sheet
So if you need to sort featured properties you need to use property overview shortcode.
Regards.
Ok no problem, that works for me.
<?php echo do_shortcode('[property_overview featured=true sorter=on sort_by=price sort_order=DESC]'); ?>
Thanks.