Hi,
I'm trying to get things perfect with this plugin. I see the shortcode to show archives posts... But I only want to show posts from the past 6 months!
Possible?
Hi,
I'm trying to get things perfect with this plugin. I see the shortcode to show archives posts... But I only want to show posts from the past 6 months!
Possible?
Changed line 289 in wp-events-functions.php to filter for 6 months:
$events = $wpdb->get_results("SELECT * FROM".$wpdb->prefix."eventsWHEREarchive= 'yes' ANDthetime<= $present ANDthetime>= ($present - 15778463)$category$one_event ORDER BY $order$amount");
You must log in to post.