I have a small button that floats with my content to shoot people back up top on long pages.
I would like for this to not show on the index page so I'm trying to figure out the is_home conditional tag stuff.
I simply have the image placed with fixed positioning and I'm using this to display it...
<a href="#top"><img src="<?php bloginfo('template_directory'); ?>/images/top.png" id="toplink"/></a>
I would like for that to be ignored on home but used everywhere else and I cannot figure out how to structure the conditional code.
Anyone up for helping me?
Thanks!
(PS - you can see it in use here: http://jamesmeister.com/)