Support

Account

Home Forums Add-ons Repeater Field Show post/product if current date matches a date picker value in a subfield Reply To: Show post/product if current date matches a date picker value in a subfield

  • Solved!

    Given the filter added in the functions.php file, I had to edit

    'compare' => '='

    to

    'compare' => 'LIKE'

    it now works perfectly! Hope this helps others.

    Alessio