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’ ?
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’
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.
Support forum for Event Espresso 3 and Event Espresso 4.