I like to include a stumbleupon link at the bottom of all my posts. I was able to do this in your theme by pasting the code after the footer section in the main index template. Pasting the code into the footer in the "options" section didn't work - the button showed up, but the linking didn't work, probably because of the php.
My question - currently, the stumbleupon button appears below the post footer. Is there ANY way to get it to show up within the footer?
This is the code:
Code:
<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>"><img src="images/icon_su.gif"></a>