Experiencias interactivas para atraer a tu público
SELECT DISTINCT
p.id AS id,
p.post_title AS titulo,
p.post_date AS fecha,
p.post_name AS slug,
start,
end,
allday
FROM wp_ec3_schedule as s
LEFT JOIN wp_posts p ON s.post_id=p.id
WHERE p.post_status='publish' AND start >= "2013/05/01 00:00:00"
ORDER BY start LIMIT 0, 2-Array
(
)