Tag view shows meta (creation) date not event date

Home Forums Calendar Products Events Calendar PRO Tag view shows meta (creation) date not event date

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #986015
    A K
    Participant

    When viewing any list of events by tag (e.g. /tag/summer), the resulting list of evens shows meta data. In that meta data, the creation date and author name are stated.

    This is far from ideal because (a) visitors could easily confuse the creation date with the event date (in fact that’s the main inference unless you click on the event and see the actual date) and (b) the username of the author should be hidden.

    Can you please provide some code to (a) display event start date, and (b) hide meta (creation date and author name)?

    #986049
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    I took a look at your site and see what you mean.

    The tag template is controlled by your theme so the modifications would have to be there.

    I can try to help out if you can make the modifications there, but I am limited in supporting themes by our terms and conditions.

    This function will show the Event Date and not the publish date:

    <?php echo tribe_events_event_schedule_details( $event_id, '<div>', '</div>' ); ?>

    Are you able to add that there?

    Let me know.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Tag view shows meta (creation) date not event date’ is closed to new replies.