Metabox: Show full address

This topic contains 1 reply, has 1 voice, and was last updated by  Oliver Flueckiger 1 year, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42234

    Hi Stephen!

    I realized that on our event details page, we somehow only show the venue’s name (linked to the venue detail page) and Google Maps.
    I already read the documentation, but I’m not sure how to display the full venue’s address (Street, ZIP, City), it there’s one.
    As far as I can see, I’d have to edit this code snippet in event-meta-event-single.php:

    <?php if ( eo_get_venue() ) {
        $tax = get_taxonomy( 'event-venue' ); ?>
        
  • <?php echo esc_html( $tax->labels->singular_name ) ?>: "> <?php eo_venue_name(); ?>
  • <?php } ?>

    Can you help me?
    Thank you very much!

    Oliver Flueckiger
    #42236
    Oliver Flueckiger
Viewing 2 posts - 1 through 2 (of 2 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.