Header Slideshow [duplicate]

You can use the do_shortcode() function to execute shortcodes within PHP.

<?php echo do_shortcode( '[sample_slide id="1"]' ) ?>

Although I’m sure a lot of the slider plugins out there have template tags which you can use to insert the slider into your header.php file.