如何在Drupal 7.31中仅在主页上设置滑块?

I set my slider only on Homepage with tag in Drupal 7.31 but it black div is taking same div space on other page but slider is not coming. Help me. I'm using "Bartik" theme.

If you want to display specific content on your drupal homepage than add following code in your page.tpl.php file or you can do it using create Block region position.

<?php 
if (drupal_is_front_page()) { 
     // your slider code goes here
}
?>

If your content is a block, go in the settings of your block and choose the option : display only on listed pages, in listed page add the value <front>