Skip to content

Instantly share code, notes, and snippets.

@hitsujixgit
Created June 13, 2014 14:54
Show Gist options
  • Save hitsujixgit/7e7ebb5fffbf10e82732 to your computer and use it in GitHub Desktop.
Save hitsujixgit/7e7ebb5fffbf10e82732 to your computer and use it in GitHub Desktop.
Test to show sidebar
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />
<title><?php bloginfo('name'); ?></title>
</head>
<body>
<ol>
<?php dynamic_sidebar(); ?>
</ol>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment