Quote Originally Posted by outeredge2 View Post
I'm not sure if this is possible, but if you install this in the header section of the page, is there a way to get it to only show up on the main (home) page and not every other page.

Check out this (my) site to see what I mean:

https://www.driftbuildstore.com
Take a look at this post - with special attention to the top of the quoted block of code where it says:

Code:
<?php
if($this_is_home_page){
?>
<script type="......(etc)...
Don't forget the closing } at the appropriate location in the script.

I also made a remark in that post that my slideshow was only to show on the home page - that remark is just above the code block.

Lets us know if you get stuck with this..

Frank