Skip to content

Instantly share code, notes, and snippets.

@DannyOutlaw
Created August 17, 2016 18:36
Show Gist options
  • Save DannyOutlaw/8b06b281d1ec1bea7b5cc52458f5dbf7 to your computer and use it in GitHub Desktop.
Save DannyOutlaw/8b06b281d1ec1bea7b5cc52458f5dbf7 to your computer and use it in GitHub Desktop.
<?php if ($features == 'option1') {
get_template_part( 'inc/blocks/blog-layout', '1' );
} elseif ($features == 'option2') {
get_template_part( 'inc/blocks/blog-layout', '2' );
} else {
get_template_part( 'inc/blocks/blog-layout', '3' );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment