Skip to content

Instantly share code, notes, and snippets.

@certainlyakey
Created March 10, 2014 15:42
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 certainlyakey/9467424 to your computer and use it in GitHub Desktop.
Save certainlyakey/9467424 to your computer and use it in GitHub Desktop.
Wordpress - insert widget area
<ul class="widget-area">
<?php if ( dynamic_sidebar('aside_smaller') ) : else : endif; ?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment