Calendar as static front page

Home Forums Calendar Products Events Calendar PRO Calendar as static front page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #43557
    bodin
    Participant

    Hi,

    I am trying to figure our how to make The Calendar as the STATIC FRONT PAGE on my theme in WordPress.

    I’ve watched a video tutorial on how to add it to the menu, but not as a static front page.

    Tried to search but did not find anything here in the forum. 🙂

    Thank you in advance!

    Sincerely,
    Andreas

    #43615
    Barry
    Member

    One approach is to simply include the gridview template from within whichever theme template relates to your front page:

    include '{path-to-your-theme}/events/gridview.php';

    Note that if they navigate to a different month etc or return to the calendar from a single event page they will still return to the version found at yoursite.com/events (if you are using that slug).

    Hope that makes sense!

    #43620
    Barry
    Member

    (If you don’t have an events directory in your theme you would need to create one – please see this and this for details.)

    #43804
    bodin
    Participant

    Thank you Barry!

    I’ll give it a try to see if I can master this. 🙂

    #44038
    Barry
    Member

    That work for you Bodin?

    #44377
    jadonulrich
    Participant

    It is pulling in posts instead of events when I try this.

    #44382
    Barry
    Member

    Hi jadonulrich, can you provide a URL so I can see your site? Which file did you edit (and can you share the code via Pastebin or Gist)?

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Calendar as static front page’ is closed to new replies.