Skip to content

Instantly share code, notes, and snippets.

@leocristofani
Last active December 15, 2015 22:08
Show Gist options
  • Save leocristofani/5330465 to your computer and use it in GitHub Desktop.
Save leocristofani/5330465 to your computer and use it in GitHub Desktop.
<?php if(!function_exists('dynamic_sidebar') || !dynamic_sidebar('main-sidebar')) : ?>
<!-- insert default widgets -->
<div class="sidebar-widget">
<h4><?php _e('Search','theme-name'); ?></h4>
<?php get_search_form(); ?>
</div>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment