mikkelrask / kaijutattooclub-wordpress

Custom _s based wp theme built with tailwindcss and daisyui
GNU General Public License v2.0
0 stars 0 forks source link

Bug: "Current and upcoming guests" header is shown, even if no current or upcoming artists are announced. #21

Open mikkelrask opened 1 week ago

mikkelrask commented 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.

if ($now >= $start_unix && $now <= $to_unix) {

 ....

}