Skip to content

Instantly share code, notes, and snippets.

@FirstLayout
Created July 10, 2018 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FirstLayout/6c6d5f139c6e03c905a6e93e8dfaa797 to your computer and use it in GitHub Desktop.
Save FirstLayout/6c6d5f139c6e03c905a6e93e8dfaa797 to your computer and use it in GitHub Desktop.
function get_skin_url() {
$skin_file = get_theme_option( OP_SKIN_URL, '' );
if( is_single( array( 1125, 732, 452, 5591, 5987 ) ) ) {
$skin_file = get_template_directory_uri().'/skins/skin-modernblack/style.css';
}
return $skin_file;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment