Support

Home Forums Event Espresso Premium Display "venue"

Display "venue"

Posted: January 27, 2014 at 2:22 am


Andrew Mason

January 27, 2014 at 2:22 am

Hi,

I’ve uncommented out the code so that venue title displays in the event list, but I can’t figure out how to add the word “Venue: ” in front of it in the same format as is displayed for date and price.

Could you tell me the code I need to enter?

Many thanks

Andrew


Dean

January 27, 2014 at 4:28 am

Like so:

<?php echo $venue_title != ''?'<p id="event_venue_name-'.$event_id.'" class="event_venue_name"><span class="section-title">Venue: </span>'.stripslashes_deep($venue_title).'</p>':'' ?>

Basically it just uses the CSS class section-title


Andrew Mason

January 27, 2014 at 5:03 am

great, thanks

The support post ‘Display "venue"’ 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