"; } echo _e('Categories', 'brill') . ''; // tags $tags = get_the_tags(); $catoption = ""; if($tags){ foreach ($tags as $tag){ $catoption .= ""; } echo _e('Tags', 'brill') . ''; } ?>