• I downloaded and installed Event Calendar3; however, I am having a bit of trouble progressing further. I don’t know where in the respective files to put the following code:

    1) Add ec3_get_calendar() or ec3_get_events() to your template. (is this a template file)

    2) Add the following code to your sidebar.php: (where in sidebar.php/)

    • <?php ec3_get_calendar(); ?>
    • Sorry for the silly question, I am new to this and I am delving deeper and deeper!

Viewing 6 replies - 1 through 6 (of 6 total)
  • 2. Where you want it to show up in your sidebar.

    1. The template can be any you have created or came with your theme. I set up an events.php template which is just the page.php template with the ec3_get_events() function added.

    Thread Starter hadi

    (@hadi)

    Ok, I’ve been able to set up the calendar to show up on the sidebar. https://www.projectijtihad.com/blog

    How can I make it so that the calendar is outside of the blog posts? I don’t want it to be list on the sidebar.

    thanks

    Move ec3_get_events() to whichever template suits you. If it fits in none of these, you might have to insert it somewhere at a deeper level, not within the theme.

    Thread Starter hadi

    (@hadi)

    How do you make it dynamic?

    Define “dynamic”…

    Thread Starter hadi

    (@hadi)

    The calendar function is given as:
    “Display upcoming events in a dynamic calendar, on a listings page, or as a list in the sidebar.”

    I am trying to display the calendar either on a listings page or dynamicaly

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Event Calendar3 set up help’ is closed to new replies.