Hey,
first of all: nice Plugin – love it. 🙂
Today i purchased your Addon “Repeater”, really good work. I created some Fields to adding a few dates for an event (posttype). In this template, there is a search feature to find between two dates the right event. How can i implement the customfield “dates” correctly in my query_post args?
I tried to filter by “meta queries” : http://codex.wordpress.org/Class_Reference/WP_Meta_Query
But… the Customfield “dates” gives me an Array…
My Array looks like:
Array (
[0] => Array (
[seminar_termin_von] => 20131226
[seminar_termin_bis] => 20131229
)
[1] => Array (
[seminar_termin_von] => 20141201
[seminar_termin_bis] => 20141204
)
)
Can anyone help me?
Greetings
endcore
Hi @endcore
There is a good thread here which describes how you can search and find posts between 2 dates:
http://support.advancedcustomfields.com/forums/topic/querying-multiple-post-types/#post-8648
Thanks
E