i am using gd star, it's nice plugin
but i dont want to run on home page as there is no use of this plugin
because of some loading issue i dont want it on home page
how to prevent this plugin to be load on home page
i added this but not working
<?php if ( is_single()) wp_enqueue_script('gd-star-rating'); ?>
<?php if ( is_single()) wp_enqueue_style('gd-star-rating'); ?>
sombody help me