Support

Home Forums Event Espresso Premium customize event page

customize event page

Posted: December 16, 2015 at 3:06 am

Viewing 5 reply threads


Victor Quinten

December 16, 2015 at 3:06 am

hi how can i customize the event display page?
for example i want to remove the ‘Active’ label, and display a show all events on this venue.


Lorenzo Orlando Caum

  • Support Staff

December 16, 2015 at 6:31 am

Hi Victor,

Go to Event Espresso –> Events –> Templates. Then turn off the show status label option and save changes.

Could you tell us more about this?

display a show all events on this venue.

The venues have their own pages (e.g. example.com/venues/my-winter-venue/).


Lorenzo


Victor Quinten

December 16, 2015 at 1:59 pm

Hi Lorenzo,
is there no template or somethin like that?
or a page i can create my self for a venue?
one last question; the url slug is now: <domain>.com/venues can that be changed to ‘locations’ ?


Josh

  • Support Staff

December 16, 2015 at 5:09 pm

Hi Victor,

Yes there is an action hook within the venue template that you can use to add a list of events. Please see this for more information:

https://eventespresso.com/wiki/useful-php-code-snippets/#venue-event-list

You can change the url slug from venues to locations by using the code that’s in our documentation here:

https://eventespresso.com/wiki/ee4-custom-post-types/#venue_slug


Victor Quinten

December 17, 2015 at 2:24 pm

I have now the url slug changed using the documentation link for the venue_slug. it only works then the slug $custom_slug = array( ‘slug’ => ‘locations’ );
if i change that to $custom_slug = array( ‘slug’ => ‘location’ ); (without a s it does not work.

and the breadcrum patch stil says: ‘sitename’ > Venues > ‘name of the venue’


Josh

  • Support Staff

December 17, 2015 at 4:01 pm

There’s a reason the example in the documentation uses “locations” and not “location”.

You might check your breadcrumb code to see exactly which label it’s using for its display. There are a number of labels that a custom post type registers. If all else fails, you can use a translation function to change where it says Venues in your breadcrumbs.

Viewing 5 reply threads

The support post ‘customize event page’ 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