Skip to content

Instantly share code, notes, and snippets.

@anteprimorac
Created January 11, 2015 15:15
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 anteprimorac/d6a3b5744bdde4c5121e to your computer and use it in GitHub Desktop.
Save anteprimorac/d6a3b5744bdde4c5121e to your computer and use it in GitHub Desktop.
<?php
$sj_global_layout = get_theme_mod( 'sj_global_layout', 'left' );
$body_classes = array( 'layout-' . $sj_global_layout );
?>
<body <?php body_class( $body_classes ); ?>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment