Open mikkelrask opened 1 week ago
in template-parts/guests.php the if statement that checks if a guest artist is announced a future date or not shows the headline no matter if no current or upcoming guests are announced.
template-parts/guests.php
if
if ($now >= $start_unix && $now <= $to_unix) { .... }
in
template-parts/guests.php
theif
statement that checks if a guest artist is announced a future date or not shows the headline no matter if no current or upcoming guests are announced.