</div>
      <?php 
}
?>
      <hr>
      <h2 class="h4">Filter</h2>
      <div class="media-filter media-widget">
        <i class="fa fa-th-large"></i> <?php 
the_category_filter($post_type);
?>
<br><br>
        <i class="fa fa-bars"></i> <?php 
the_type_filter($post_type);
?>
        <i class="fa fa-calendar-o"></i> <?php 
the_date_filter($post_type, $date);
?>
<br><br>
        <div><?php 
the_popular_filter();
?>
</div>
        <?php 
the_original_filter();
?>
      </div>
      <div class="media-widget">
        <?php 
get_search_form();
?>
      </div>
Beispiel #2
0
      </div>
      <?php 
}
?>
      <hr>
      <h2 class="h4">Filter</h2>
      <div class="media-filter media-widget">
        <i class="fa fa-th-large"></i> <?php 
the_category_filter();
?>
<br><br>
        <i class="fa fa-bars"></i> <?php 
the_type_filter("all");
?>
        <i class="fa fa-calendar-o"></i> <?php 
the_date_filter(NULL, $date);
?>
<br><br>
        <div><?php 
the_popular_filter();
?>
</div>
        <?php 
the_original_filter();
?>
      </div>
      <div class="media-widget">
        <?php 
get_search_form();
?>
      </div>