• Hi,

    I’m wondering how the shop list (that’s always visible under the map) gets sorted?
    I want to order them according to publishing date. So I can control which one is always at the top.

    Best regards,
    Joke

Viewing 1 replies (of 1 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    The results are always sorted by distance.

    If you want to change this, then this article explains how to do this.

    I didn’t test it, but if you replace $row[‘store’]; with $row[‘id’]; then it should represent the creation data.

    Do make sure to flush the wpsl transient cache ( tools section on the wpsl settings page ).

Viewing 1 replies (of 1 total)
  • The topic ‘Store list order (not after search)’ is closed to new replies.