Skip to content

Instantly share code, notes, and snippets.

@immanuelsun
Last active August 29, 2015 14:04
Show Gist options
  • Save immanuelsun/387e08074a8c519673ea to your computer and use it in GitHub Desktop.
Save immanuelsun/387e08074a8c519673ea to your computer and use it in GitHub Desktop.
Add a template to Wordpress sidebar to use widgets.
<!-- SIDEBAR -->
<div class="col-md-3 sidebar">
<?php if( ! dynamic_sidebar( 'page') ): ?>
<h3 class="l-sidebar-title">Sidebar Setup</h3>
<p>Please add sidebar widgets and display them here.</p>
<?php endif; ?>
</div> <!-- end col-md-3 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment