Skip to content

Instantly share code, notes, and snippets.

@eleyasbd
Last active April 9, 2018 10:51
Show Gist options
  • Save eleyasbd/5e8e5da176c4c965961b9ee6ffafc27d to your computer and use it in GitHub Desktop.
Save eleyasbd/5e8e5da176c4c965961b9ee6ffafc27d to your computer and use it in GitHub Desktop.
// url support start // /?layout=threecolumn
if(isset($_GET['layout'])){
$consulti_blog_layout_opts = $_GET['layout'];
}else{
$consulti_blog_layout_opts = $consulti_blog_layout_opts;
}
// url support end
use this code content.php file
theme -> template-part -> content.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment