Resolved! Just made a new YAPB template that only calls the slideshow on the front page. Thanks anyway!
Hi there, I took
<?php include (THEMELIB . '/apps/slideshow-static.php'); ?>
out of the main index file and
and added if (is_home())
so it looks like
<?php if (is_home()) include (THEMELIB . '/apps/slideshow-static.php'); ?>
and put it in the page.php file.
But it’s still not putting the slideshow app on the front page. Any ideas?!
Also wanted to add that it’s not just archive permalinks – about, mosaic, and any pages I create return errors. The only one that words is the wordpress blog directory from page. Halp?! 🙂