How to set slider in only Home Page - Wordpress

Here i am going to say about Wordpress slider , Display only at Home page.

In Generally Wordpress theme Contain Slider at Home page but inner pages are only contain menu bar and header part.



So How can we do this ?? , It is simple You have to just add a Condition in Wordpress theme's header.php File.

This Condition will Checkout the Wordpress Home page Conditional tag.

Add this Code at Header.php After </head> or Your Desire Position


<?php if(is_front_page() ) { ?>

       //do stuff that is display Slider HTML Code.

<?php } else {?>

       //Use the Code or Static Image for Inner Pages(If You Want..).

<?php } ?>


you can Left the else part,  the slider will shows only in home page Now..

Comments

  1. You can use color conversion and showing of different color variations from this code
    wordpress themes

    ReplyDelete

Post a Comment