Show Upcoming Events List in Home Page

Home Forums Calendar Products Events Calendar PRO Show Upcoming Events List in Home Page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #944247
    Vittorio
    Participant

    Hi,
    I’d like to set up my index.php for showing upcoming events list. I suppose I have to call a specific function… which one?
    My code in index.php is:

    <?php get_header(); ?>
    
    		<div id="content">
               ............................
    
        	</div> <!-- #content -->
        
        	<aside id="sidebar">
            	
            	 <?php get_sidebar(); ?>
                 
        	</aside> <!-- #sidebar -->
    
    <?php get_footer(); ?>

    I think I must call the function for upcoming events inside the “content” div… Is it right?
    Thanks for helping

    #944370
    Brian
    Member

    Hi,

    Thanks for using out plugins. I can point you in the right direction here.

    You could use our Event List Widget to display the events or it is possible to setup a custom loop. We are unable to provide coding for either of those customizations.

    The easier option is to setup a Widget area to use the Event List Widget.

    WordPress has a great resource on adding widget areas here:

    http://codex.wordpress.org/Widgetizing_Themes

    That has all the coding you need to set it up and then once done you can add the Event List Widget.

    Let me know if you have any follow up questions.

    Thanks

    #959504
    Brian
    Member

    I am going to close this topic as we typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Show Upcoming Events List in Home Page’ is closed to new replies.