• Resolved kmcgrathdesign

    (@kmcgrathdesign)


    I can’t seem to get the date and time to display on the eventbrite-index.php page. Here is the code I am using:

    <strong>Event Date/Time:</strong><br>
    <?php eventbrite_event_time(); ?>

    I’ve tried this in the Tempera theme by adding eventbrite/eventbrite-index.php to a child theme. I’ve also tried it using the Twenty Eleven theme by editing the plugin file: \tmpl\compat\twentyeleven\eventbrite-index.php

    It didn’t work with either theme. My text is showing up but the time is blank.

    Here is the test page:
    https://new.atthemain.org/tickets/

Viewing 1 replies (of 1 total)
  • Thread Starter kmcgrathdesign

    (@kmcgrathdesign)

    I never could get eventbrite_event_time() to work in any theme, but I found a workaround. If anyone else has this issue, I ended up using eventbrite_event_meta() instead, then I hid the extra elements using CSS (since I only wanted the date and time, not the venue/organizer).

Viewing 1 replies (of 1 total)
  • The topic ‘Date/Time won’t output’ is closed to new replies.