i tried with this piece of code
<?php if (is_tag(‘peep’)) { ?>
EXTRA INFO
<?php } elseif (is_tag(‘batman’)) { ?>
BATMAN
<?php } elseif (is_tag(‘lost’)) { ?>
LOST
<?php } else { ?>
ELSE
<?php } ?>
And it just seems to always take the else part.
I don’t really know how to do to much in php and you totally lost me with the tag-dog.php part as i don’t have a clue how to do something like that