• Penelope

    (@penelopehathaway)


    Hey Stephen,
    I need the full address to be displayed in the meta detail of every single event page.

    Could you help me there and let me know what piece of code I need to insert into the event-meta-event-single.php file?

    Greatly appreciated
    Penelope

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    Hi Penelope,

    Sorry, you’ve not had a reply sooner. The code you’re after is:

    
    echo implode(', ', eo_get_venue_address());
    
    Thread Starter Penelope

    (@penelopehathaway)

    Thank you very much Stephen, that did work.

    I only would need the Street, Zip code and City, though.

    How would I display that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘display full address of event on single event page’ is closed to new replies.