Having slideshow only on the home page
-
Hi,
I am using nivo slider on my site located at: https://allgonep.fu8.com/
I only want this slider to appear on the home page on the content area.
Currently it is on all the pages. Can anyone please advise how I would get this only on the home page?
I have edited index.php like so:
‘get_header(); ?>
<div>
<div class=”nivoSlider” style=”height: 400px; width: 600px;”>
<img title=”ASIWYFA” src=”#” />
<img title=”BUILDINGS” src=”# />
<img title=”Dudes” src=”#” /></div></div>
<?php
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-index.php and that will be used instead.
*/
get_template_part(‘loop’, ‘index’);
?><?php get_sidebar(); ?>
<?php get_footer(); ?>’
- The topic ‘Having slideshow only on the home page’ is closed to new replies.