Worked perfectly with andreiluca’s fix, thanks a lot!
Thanks, but I’m not sure exactly what I’d modify.
Here’s line 18 of index.php for quick reference:
<div class="category"><?php $tag = get_the_tags(); if (!$tag) { ?><?php _e('Filed under:','lightword'); ?> <?php the_category(', '); }else the_tags(__('Tagged as: ','lightword'),', '); ?></div>
My problem was that I updated from 2.7 to 2.8 and then my dashboard was gone. Moved all my plugins to a temp folder and then reloaded and activated one by one. That did the trick. And I got rid of lots of stupid plugins :3