is_home conditional help
-
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: https://jamesmeister.com/)
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘is_home conditional help’ is closed to new replies.