Support

Home Forums Event Espresso Premium Link Venue to details

Link Venue to details

Posted: November 10, 2015 at 4:29 pm

Viewing 3 reply threads


Steven Hoskinson

November 10, 2015 at 4:29 pm

Hi
I am using table view add-on to display events. I can’t seem to find a way to link venue names in the table to their respective details. Can you please guide me on that?

Thanks.


Tony

  • Support Staff

November 11, 2015 at 3:55 am

Hi Steven,

To do that you will need to load a custom version of the template with a small change.

If you grab the original template from /eea-events-table-view-template/templates/espresso-events-table-template.template.php

Save that within /wp-content/uploads/espresso/templates/

Or if you are using a child theme I would recommend placing the template there.

Then within that new location edit the file and look at line 111, you’ll find:

<td class="venue_title event-<?php echo $post->ID; ?>"><?php espresso_venue_name( NULL, FALSE ); ?></td>

Remove the FALSE attribute. Like this:

<td class="venue_title event-<?php echo $post->ID; ?>"><?php espresso_venue_name( NULL ); ?></td>

That will then link the venue name to the venue details.

Does that help?


Steven Hoskinson

November 11, 2015 at 4:10 am

Yes that worked !
Thanks alot !!


Tony

  • Support Staff

November 11, 2015 at 4:13 am

You’re most welcome, Steven.

Viewing 3 reply threads

The support post ‘Link Venue to details’ 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