elseif(is_tag('mykeyword')) { some stuff here }
At the top of the searchpage for a keyword, using Jerome's Keyword plugin, I want to add some content, but what is the correct conditional tag? (Obviously is_tag doesnt exist).
Where the tag page would be like: http://mydomain.com/tag/mykeyword
Probably a simple answer! Thanks.