Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5530

allampatu on "[Plugin: Event Organiser] Get events from database"

$
0
0

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


Viewing all articles
Browse latest Browse all 5530

Trending Articles