DylanR, I want to do the same thing, but I don’t understand what a WP_Query is. I’m new to programming, can you point me in the right direction? Is is a file or an array in a file, and if so what file? Thank you for your time and knowledge.
Just remove the following code from the theme page (i.e. single.php, page.php, etc) that you want it removed from:
<?php get_template_part( ‘slider’ ); ?>
It should be near the top of the page.