Adding events to an existing page

Home Forums Calendar Products Events Calendar PRO Adding events to an existing page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #101599
    dancepapi
    Participant

    I need to add the events listing, essentially what is at /events, to another page on the site (the home page in this case).

    I’ve been able to use tribe_get_view(‘list’) to call the includes, but that doesn’t enqueue and of the JS or CSS needed. I’ve dug around and there doesn’t appear to be an easy way to load those resources, or maybe I’m missing something for that?

    So my questions are:
    1) is it possible to place the event listings on another page or is this a waste of time?
    2) how can I easily enqueue the resources needed since tribe_get_view() doesn’t load anything?

    #102199
    Brook
    Participant

    Howdy dancepapi,

    It is no easy feat to embed all of the necessaries in the home page. Personally, I would like to see it be made easier and that something that could very well happen in the future. Since you would likely agree, you might throw your support behind this feature request.

    There is however a very easy way to essentially accomplish what you want. A redirect. There are even WordPress Redirect plugin that would allow you to easily redirect your home “/” url to “/events/”. We even do that on our example site, wpshindig.com.

    Does that make sense? WOuld a redirect work for you? Please let me know. Cheers!

    – Brook

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adding events to an existing page’ is closed to new replies.