I want to add this piece of code:
<?php if (function_exists(’sharethis_button’)) { sharethis_button(); }?>
to single post pages, above the footer. My site is here, and currently I have placed this code in The Loop, right above the footer.
I don't want it to show up on the Home page. I tried adding some php code to specify only to show on single post pages, but I'm a php noob, so it didn't work. How can I hide it from the home page???
P.S. I donated