a little cleanup
This commit is contained in:
parent
60dd9db476
commit
baed6838a6
14
sidebar.php
14
sidebar.php
|
@ -1,12 +1,8 @@
|
|||
<div id="sidebar">
|
||||
|
||||
<ul>
|
||||
|
||||
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) { ?>
|
||||
|
||||
<li>
|
||||
<?php get_calendar(); ?>
|
||||
</li>
|
||||
<li><?php get_calendar(); ?></li>
|
||||
|
||||
<li>
|
||||
<h2>Menu</h2>
|
||||
|
@ -23,15 +19,9 @@
|
|||
</li>
|
||||
|
||||
<?php wp_list_categories('title_li=<h2>Categories</h2>'); ?>
|
||||
|
||||
<?php wp_list_bookmarks(); ?>
|
||||
|
||||
<li>
|
||||
<?php include (get_template_directory() . '/searchform.php'); ?>
|
||||
</li>
|
||||
|
||||
<li><?php include (get_template_directory() . '/searchform.php'); ?></li>
|
||||
<?php } ?>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
Loading…
Reference in New Issue