• Resolved gwer17

    (@gwer17)


    How do I custom the information shown in the event preview?

    Instead of showing Event Location I’d rather it show Event Category.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @gwer17

    Thank you for using our plugin. You need to override the template file called “content-event-listing.php” to your theme side by following this doc

    Once you have overridden the template file and find the below line
    <?php if(get_event_location()=='Anywhere' || get_event_location() == ''): echo __('Online Event','wp-event-manager'); else: display_event_location(false); endif; ?>

    Replace with this
    <?php display_event_category();?>

    Thank you

    Hi @gwer17
    We haven’t heard from you in a while. I am resolving this issue, for now, please create new if you are still facing the issue.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom Event Preview’ is closed to new replies.