Setting the calendar as the home page

Home Forums Calendar Products Events Calendar PRO Setting the calendar as the home page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28215
    Phil
    Participant

    I have spent the last hour (plus) trying to find an answer about how to set my calendar as my home page. Since it’s not a real page, I can’t do this in the Reading Settings. Is there anyway to do this? Thank you.

    #28262
    Jonah
    Participant

    Hi Phil,

    The easiest way to do this is via a PHP include function that you will need to call in your theme template, likely your theme’s page.php. Here an example of what you would add somewhere in your page.php file:

    if(is_front_page()) {
    include('wp-content/plugins/the-events-calendar/views/gridview.php');
    }

    Does that help?

    – Jonah

    #978196
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Setting the calendar as the home page’ is closed to new replies.