• Hi,

    I would like to order the search results by start date and not by publishing date, is that possible ?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support baljitdhanjal

    (@baljitdhanjal)

    Hi @puresaian,

    Thanks for using our plugin.

    Please follow the below mentioned steps to order the search results by start date.

    Go to plugins\events-search-addon-for-the-events-calendar\includes\ecsa-functions.php

    In ecsa-functions.php file search

    'orderby' => 'meta_value',

    and replace it with

    'orderby' => 'event_date',

    Thanks

    Thread Starter puresaian

    (@puresaian)

    Hi @baljitdhanjal,

    Thanks, it works !
    What will happen if the plugin will have an update ?

    Plugin Support baljitdhanjal

    (@baljitdhanjal)

    Hi @puresaian,

    Don’t worry.
    We will do these changes in our plugin’s upcoming version.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Order by start date’ is closed to new replies.