Skip to content

Commit

Permalink
removed search box from sidebar
Browse files Browse the repository at this point in the history
you can use a widget
  • Loading branch information
eddiemachado committed May 21, 2012
1 parent eac4de5 commit 07493d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sidebar.php
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,4 @@
<div id="sidebar1" class="sidebar fourcol last clearfix" role="complementary"> <div id="sidebar1" class="sidebar fourcol last clearfix" role="complementary">

<?php get_search_form(); ?>


<?php if ( is_active_sidebar( 'sidebar1' ) ) : ?> <?php if ( is_active_sidebar( 'sidebar1' ) ) : ?>


Expand All @@ -10,7 +8,7 @@


<!-- This content shows up if there are no widgets defined in the backend. --> <!-- This content shows up if there are no widgets defined in the backend. -->


<div class="help"> <div class="alert help">
<p>Please activate some Widgets.</p> <p>Please activate some Widgets.</p>
</div> </div>


Expand Down

0 comments on commit 07493d1

Please sign in to comment.