Just found this thread.
I’ve added Kafkaesqui code to my archive.php around the if (is_category()) {..(line 8 ish) statement. I’m pleased to say it works well.
Thanks!
Thanks spencerp!
whooami answer works well.
FYI, If anybody else finds this thread the answer is to not use the <embedd> tages. Do this instead:
<object type="application/x-shockwave-flash" data="http://path-to/movie.swf" class="movie" width="300" height="250">
<param name="movie" value="http://www.path-to/movie.swf" />
<param name="bgcolor" value="ffffff" />
<img src="http://path-to/noflash.gif" width="300" height="163" alt="No flash installed" title="No flash installed" class="image" />
</object>
Thanks again!
Matt
PS: WP rocks, bye bye Blogger!