I'm trying to make a few hacks in the comments.php file:
<?php
if (is_page){
// blah blah do something...
// don't show alex king's share this function...
}
?>
I'm literally trying to only display Alex King's "Share This" plugin if it is not on a "page".
Excuse the question, honest, I'm not a complete n00blet but is this conditional bugged?