• Hi – I’m new to wordpress and PHP so excuse my basic knowledge.

    My wordpress theme uses the BLOG as the homepage, and I want to keep it that way to make the most of some of the themes functionality.

    Can anyone advise me though, how I can change my loop to only reference “The Event Calendar” details.

    Currently I have two pages: Home and Events. The Events page is fine, but ideally, I’d like to remove that page and have the homepage listing the events (recent event at the top) whilst embracing extra homepage theme functionality.

    Any ideas?

    http://wordpress.org/extend/plugins/the-events-calendar/

Viewing 1 replies (of 1 total)
  • Thread Starter midweek

    (@midweek)

    Sussed it by querying the ID of the category “Events” (in my case ID 18):

    <?php query_posts(‘cat=18’); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: The Events Calendar] Display date of events on blog home page’ is closed to new replies.