Forums

[Plugin: Eventbrite for The Events Calendar] Control Appearance in List View (2 posts)

  1. rachelassuncao
    Member
    Posted 11 months ago #

    Our organization doesn't have very many events scheduled at any given time, so I would like to be able to display our events in the List view on our events page, rather than showing the full calendar. I've been able to set this up, however what I'd really like for the list view to do is give me a list of the events with just the name, date, location, and a link to click for more information (the link would bring the person to the event post). Does anyone know if it is possible to define which event fields appear in the list view? Or does it have to be the full event details for every event?

    Thank you!

  2. tugbucket
    Member
    Posted 11 months ago #

    You can but there's no real way to do it without tinkering with the plugins files. The one you ar elooking for is:

    wp-content\plugins\the-events-calendar\views\list.php

    In there is a typical WP loop that builds a table with all the data from the event.

    You can just remove the ones you don't want.

    Make sure you make a copy of the file before you start so you can revert back later if need be.

Reply

You must log in to post.

About this Topic