Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    You can’t do this with the shortcode builder. it would require a custom query. You could then pass the post ids to Ajax Load More using the post__in param.

    Thread Starter bigkahunaburger

    (@bigkahunaburger)

    Any idea how you would write that query?

    Plugin Author Darren Cooney

    (@dcooney)

    You could run a loop over each year pulling only posts by day, monthnum and year.
    Store those post IDs in an array and then pass the IDs to ajax load more using the shortcode post__in parameter.

    Sorry, I don’t actually have time to write this, but that’s one idea.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Order by Day and Month but not Year?’ is closed to new replies.