Support

Home Forums Event Espresso Premium Display Venue Name without hyperlink

Display Venue Name without hyperlink

Posted: October 12, 2014 at 11:04 pm


JackB

October 12, 2014 at 11:04 pm

I have a custom archive template that shows a summary info box, I want to display the venue name without a hyperlink on it.

espresso_venue_name(); (display without hyperlink)
espresso_venue_address();

Any suggestion?
Thanks


Dean

October 13, 2014 at 4:58 am

Hi,

Use

espresso_venue_name( $id, $link_to = ‘none’);

See /wp-content/plugins/event-espresso-core-reg/public/template_tags.php for more info.


JackB

October 13, 2014 at 6:06 am

Thanks, that didn’t work as it was grabbing the venue id 0 for all event posts on the archive, but using the following did work, just sharing for the sake of others!

espresso_venue_name( ”, $link_to = ‘none’);

The support post ‘Display Venue Name without hyperlink’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso