Make calendar or eventlist 'Home'

Home Forums Calendar Products Events Calendar PRO Make calendar or eventlist 'Home'

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #16575
    Filip
    Member

    Anyone knows how to make the calendar of eventlist the ‘Home’ ?

    Thanks
    Filip

    #16579
    Simon
    Participant

    No, but I want to do the same. I’ll let you know if I have any joy.

    #16615
    Rob
    Member

    Hey guys. What exactly are you trying to accomplish here? Have the default view be grid view instead of list view, when someone visits /events? Or something else? Let me know and I can try to get you an appropriate response. Thanks!

    #16920
    Brandon
    Participant

    I’m trying to do the same. basically loop through upcoming events on the front page.

    #16921
    Simon
    Participant

    I managed it with the code I found on this forum somewhere. Here’s my code:

    $current_date,’end_date’=>$end_date,’posts_per_page’=>16) );

    foreach($get_posts as $post) { setup_postdata($post); ?>

    <div id="postbox"
    <a class="simon" href="” id=”post-“> ‘alignleft’));?>

    #16922
    Simon
    Participant

    $current_date,’end_date’=>$end_date,’posts_per_page’=>16) );

    foreach($get_posts as $post) { setup_postdata($post); ?>

    <div id="postbox"
    <a class="simon" href="” id=”post-“> ‘alignleft’));?>

    #16923
    Simon
    Participant

    Sorry, I can’t paste the code. it won’t let me 🙁

    #16924
    Simon
    Participant
    #16954
    Rob
    Member

    Hey Simon. Thanks for sharing your solution here.

    Brandon, Filip – either of you guys given this a go to see whether it does the trick for your situation?

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Make calendar or eventlist 'Home'’ is closed to new replies.