Skip to content

Instantly share code, notes, and snippets.

@stuartduff
Created July 18, 2012 22:24
Show Gist options
  • Save stuartduff/3139347 to your computer and use it in GitHub Desktop.
Save stuartduff/3139347 to your computer and use it in GitHub Desktop.
Unsigned Background Slides Across All Pages
<?php
if ( $settings['enable_slides'] == 'true' ) {
// Load the slider background images.
get_template_part( 'includes/slider', 'background' );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment