prtksxna / zuari

🏞 Wordpress theme for the stream of your life
https://wordpress.org/themes/zuari/
GNU General Public License v2.0
17 stars 3 forks source link

Trying to iterate over empty post tags array causes warning #94

Closed craig02445 closed 4 years ago

craig02445 commented 4 years ago

I am getting this error when running a Child Theme Configurator:

Warning: Invalid argument supplied for foreach() in /home/femalesinhistory/femalesinherstory.com/wp-content/themes/zuari/inc/template-tags.php on line 55

prtksxna commented 4 years ago

Thanks for reporting this @craig02445! I think the issue is that I am not checking if there are any tags to begin with as mentioned in https://codex.wordpress.org/Function_Reference/get_the_tags

I'll try to push out a fix soon.