you mean this?
$events = $mydb->get_results("SELECT post_title, post_name, StartDate FROM wp_posts, INNER JOIN eo_events WHERE post_type = 'event'");
thanks
you mean this?
$events = $mydb->get_results("SELECT post_title, post_name, StartDate FROM wp_posts, INNER JOIN eo_events WHERE post_type = 'event'");
thanks