• Resolved patresko

    (@patresko)


    Hello,

    On my site I’m using this shortcode [events_list limit=4 pagination=1 category="33" scope="future" order="DESC"].

    This shortcode order my events by date of start but I would like to sort my events by date of published.

    I was looking in the options of the plugin but there is no option how to sort events by date of publish. Is it even possible?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Try adding this to your shortcode:

    orderby="event_date_created"

    Thread Starter patresko

    (@patresko)

    Does work. Thank you

    • This reply was modified 8 years, 1 month ago by patresko.
    purposefulmotives

    (@purposefulmotives)

    Forgive me but, I am completely ignorant to this and my web designer is out of the country. Where would I put this code in order to make my blog posts sort automatically by publish date instead of by the permalink date?

    caimin_nwl

    (@caimin_nwl)

    This code has nothing to do with blog posts, it’s for reordering events.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘SORT BY DATE OF PUBLISHED’ is closed to new replies.