• Resolved StephanR

    (@stephanr-1)


    Hello,

    I have tried several times to set the start and end dates.
    but it’s always the same request :

    AND ( YEAR( wp_posts.post_date ) >= 2017
    AND MONTH( wp_posts.post_date ) >= 1
    AND DAYOFMONTH( wp_posts.post_date ) >= 1 ) )

    Can you do something please?

    Best regards,

    Stephan Renault

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ryan Welcher

    (@welcher)

    Hello and thanks for using AQL!

    Can you show the the settings you’re using in AQL to set the date parameters, please?

    Thread Starter StephanR

    (@stephanr-1)

    Hello,
    Thanks for your great extension
    This one works very well, I would like it to be integrated by default in WordPress (behind an advanced users option)
    We often need the full parameters of the WP Query, don’t we?
    My problem came of course from my side where sometimes I use a hook to limit articles prior to 2017 for example.
    Best regards,
    Stephan Renault

    Plugin Author Ryan Welcher

    (@welcher)

    Thank for following up!

    • This reply was modified 1 month, 1 week ago by Ryan Welcher.
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.