Hi,
I tried doing this query but don't work. What am I doing wrong?
$post_id = get_the_ID();
$inici = $wpdb->get_results( "SELECT start FROM $wpdb->ai1ec_events where post_id = ".$post_id );
Hi,
I tried doing this query but don't work. What am I doing wrong?
$post_id = get_the_ID();
$inici = $wpdb->get_results( "SELECT start FROM $wpdb->ai1ec_events where post_id = ".$post_id );