Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter igloobob

    (@igloobob)

    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?

    Plugin Contributor MariaKravchenko

    (@mariakravchenko)

    Hello.

    You are right. Thank you for pointing. Featured shortcode will be fixed as soon as possible.

    Thank you for your patience.

    Thread Starter igloobob

    (@igloobob)

    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!

    Plugin Contributor MariaKravchenko

    (@mariakravchenko)

    You can use at the moment shortcode [property_overview featured=true]. there should work sorting.

    Unfortunately we do not give any estimates.

    Regards.

    Plugin Contributor MariaKravchenko

    (@mariakravchenko)

    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.

    Thread Starter igloobob

    (@igloobob)

    Ok no problem, that works for me.

    <?php echo do_shortcode('[property_overview featured=true sorter=on sort_by=price sort_order=DESC]'); ?>

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Order by price’ is closed to new replies.