• Hi. I quite like the look of the plugin.

    Question: We need to show our stuff in a slightly different form on the front page. Because this is a “custom post type”, I don’t know the code I need to use to show the fields. Could you please help?

    I want to show the 3 latest upcoming events on the home page. In pseudocode this can be represented like this:

    WHERE date > today
    order by date
    limit 3

    How should I do a wp_query() SQL like this?

    Thanks!

    http://wordpress.org/extend/plugins/events-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Events Manager] Highlighting some events on the front page’ is closed to new replies.