Fixed it. I set it to front page template and used
<div align=”center”>
<?php if ((is_front_page()) && function_exists( ‘easingsliderlite’ ) ) { easingsliderlite(); } ?>
</div>
Now it shows on only the home page and is nicely centered.
Dave
Hey Matthew,
I’m using the default twentytwelve theme as my base. When I place <div align=”center”>[easingsliderlite]</div> on my home page it’s like the div align isn’t recognized. I see the text <div align=”center”>, then my slide and then the text </div>.
I’d read that the theme is html5 compatable and doesn’t support <div align any longer.
Placing the php in the header works fine, but how do I restrict to the home page only?
Any thoughts?
Thanks,
Dave