I'm trying to use this action hook... I have this code,
function above_index() { ?>
<div id="bio"><br />
<img src="http://mysite.com/pic1.jpg" width="152" height="171" />
</div>
<?php }
add_action('thematic_above_indexloop','above_index');
but for some reason it's not working. I haven't changed the index page at all.