• Resolved jh77

    (@jh77)


    Hi, I’m using custom template views. In the code, how can I sort sermons by sermon date? It seems as though the sermons are ordered in some arbitrary sort order.

Viewing 1 replies (of 1 total)
  • Hey @jh77,

    Just to confirm, sermons are sorted normally with default views?

    To sort them by sermon date, you must modify WP_Query to set ordering (orderby variable) to be meta_value_num and meta_key to be sermon_date.

Viewing 1 replies (of 1 total)

The topic ‘Sorting sermons in taxonomy views’ is closed to new replies.