Skip to content

Instantly share code, notes, and snippets.

View vungocthien's full-sized avatar
🏠
Working from home

Thien Vu vungocthien

🏠
Working from home
View GitHub Profile
@vungocthien
vungocthien / custom-past-events.php
Created October 24, 2019 04:34 — forked from jo-snips/custom-past-events.php
The Events Calendar: Custom Query for Past Events
<?php
global $post;
$get_posts = tribe_get_events(array('posts_per_page'=>-1, 'eventDisplay'=>'past') );
foreach($get_posts as $post) { setup_postdata($post);
?>
<?php if ( has_post_thumbnail() ) { ?>