Support

Home Forums Event Espresso Premium Edit Venue Listing Page

Edit Venue Listing Page

Posted: June 24, 2019 at 8:59 am

Viewing 1 reply thread


kdaily

June 24, 2019 at 8:59 am

Good Morning,
I need to edit the page that lists the venues (/venues). I need to remove “more information”, make the name of the venue the link to the venue information, I need to have them alphabetized, and I need them to all display on one page (i.e., no next page link). Please advise.


Josh

  • Support Staff

June 24, 2019 at 11:20 am

Hi,

Most of this will involve making edits to your WordPress child theme.

First you’ll copy the archive.php template from the parent (Salient) theme, and put the copy into the child theme. Then you’ll rename the file to be”
archive-espresso_venues.php

Then you’ll remove the html that outputs “more information” and change the code for displaying the title to link to the venue.

If you need specific help with the two above edits you can post the contents of the file to a wpbin (wpbin.io) or gist and we can advise further.

I need to have them alphabetized, and I need them to all display on one page (i.e., no next page link).

These can be changed by applying a filter function. A link to a code example follows:

https://gist.github.com/joshfeck/00fe1a7b8bd284b4d81520bc39540c12

You can add the above to a functions plugin or into the child theme’s functions.php file.

Viewing 1 reply thread

The support post ‘Edit Venue Listing 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