Tagged Questions
1
vote
1answer
437 views
passing argument to get_template_part() or a better way to code
I have this include … event-list.php
<?php
/**
* The loop that displays upcoming events
*/
?>
<ul class="event-items">
<?php
$yesterday = time() - 24*60*60;
$args = array(
...