jbrandligt
Forum Replies Created
-
Forum: Plugins
In reply to: [Theater for WordPress] enddate format problemThink I solved after all. I created an endtime field in wpt_event.php. I can use the endtime field now to display the end time of events. Can I create a pull request for this feature?
Forum: Plugins
In reply to: [Theater for WordPress] Showing/grouping eventsWell, I think I can’t use categories to display a single event as they are linked to the production. So for now I think the start and end parameters are my only option.
Thanks for the feature request, looking forward to it already!
Forum: Plugins
In reply to: [Theater for WordPress] Showing/grouping eventsUpdate:
I can use the start end parameters. The end parameter specifies the “up to” date and not “up to and including”. So to show events on the 1st, I have to specify the end parameter on the 2nd.
As long as I don’t have two events on the same day in the same category this works fine for me.Still, I would like to vote for a feature where I can show events by ID. That would be better because I could then specify multiple ID’s in one shortcut block. Using the start and end parameters I can only specify one at the time, which makes it harder to style with css. But hey, we are getting some where, I’ll see what I can do with what I have available now ??
Forum: Plugins
In reply to: [Theater for WordPress] Showing/grouping eventsWell, I am afraid that isn’t going to help me either. This would list all events belonging to a production sorted by date. It would not group events belonging to a specific course.
I also tried to single out events using the start=date and end=date parameters. But it did not give me results. I tried every date format I could think of, but no luck. Maybe it’s broke?
Anyway, displaying events by it’s ID would be the best solution, but any other way to display a single event would work for me too.
Forum: Plugins
In reply to: [Theater for WordPress] Showing/grouping eventsThat would be a perfectly fine solution, but it seems the post__in argument only works with the [wpt_produsctions] shortcode. I tried using it with [wpt_events], but that didn’t do anything…