Showing categories and find between two dates.

Home Forums Calendar Products Events Calendar PRO Showing categories and find between two dates.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1328271
    Araceli Vigueras
    Participant

    Hello,

    we have a website with the EC Pro plugin.

    Here is the “agenda” page showing some events:
    http://www.cnps.cat/agenda/

    We want the categories to be displayed in the list view. We have found a video talking about this but not the code mentioned for insert in the functions.php.

    And we want too, if is possible, to search events between two dates, so you can enter initial date and the final date with two datepickers.

    In fact, we want to do something like this other website:
    http://www.nauticescala.com/ca/port-esportiu-a-la-costa-brava/agenda.php

    Thanks.

    #1330689
    Jennifer
    Keymaster

    Hi Araceli,

    Thanks for reaching out! Sorry about the delayed response – our forums have been a bit busier than usual lately!

    To show event categories in the list view, you can edit the template to include them by following these instructions. The template can be found at wp-content/plugins/the-events-calendar/src/views/list/single-event.php. You can add the following line wherever you’d like the categories to display:

    <?php echo tribe_get_event_categories(); ?>

    Regarding searching between two dates, this is unfortunately not a feature that is available of the box. It could be done with a customization however – our themer’s guide is the place to start if you’d like to give it a shot! We also have a list of recommended developers if you’d like to get help with the code.

    I hope that helps! Please let me know if you have any questions.

    Thanks,

    Jennifer

    #1340721
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Showing categories and find between two dates.’ is closed to new replies.