How to show only on Home Page Not Show on Other Pages Wordpress

<?php

if ( is_front_page() ) {

   // This is the blog posts index

   get_sidebar( 'blog' );

} else {

   // This is not the blog posts index

   get_sidebar();

}

?>



Slider show only on Home Page Not Show on Other Pages


<?php

if ( is_front_page() ) {

   // This is the blog posts index

   echo do_shortcode( "[vtslider]" );

}

?>


Comments

Popular posts from this blog

Get Post Data From Simple Post custom shortcode

Top 20 Beautiful Pen For Writing

Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpMyAdmin\libraries\classes\Dbi\DbiMysqli.php on line 199