The following php code selects a page and following the if statement accordingly:
<?php if (is_home()){ ?>
<div class="container clear slidecontainer">
<?php lets_get_slideshow(); ?>
How can i make an if call for ALL pages and not just the home page in this example?
Simply remove your if condition