Tagged Questions
0
votes
1answer
52 views
Checking if field is set before comparing with meta_query in query_posts?
I have a query set up to compare the start and end dates for some custom fields. The start date is required for the post; however, the end date is not. This causes some issues with the following:
...
-1
votes
2answers
523 views
Custom Post Type 'Event': Chronological list of recurring events from meta_values in array
i have a custom post type 'events'. Each event (post) can have multiple dates. The dates (date, time, location) are stored as array. I need a query that creates a chronological list of all events from ...
2
votes
1answer
962 views
Custom Post Type “Event”: chronological list of recurring events
i'm looking for a good and easy way to have a custom post type "event" that can have multiple dates. (I have tested about 20 plugins). I think i have no problem building a metabox allowing the user to ...
2
votes
1answer
2k views
Loading Custom Post Type Events into jQuery-based FullCalendar?
Here is a question I have spent over 3 hours attempting to solve but each approach I take ends up not working out for me.
All I am attempting to do is utilize this opensource ajax calendar script:
...