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">
|
<div id="sidebar">
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) { ?>
|
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) { ?>
|
||||||
|
|
||||||
<li>
|
<li><?php get_calendar(); ?></li>
|
||||||
<?php get_calendar(); ?>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<h2>Menu</h2>
|
<h2>Menu</h2>
|
||||||
@ -23,15 +19,9 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<?php wp_list_categories('title_li=<h2>Categories</h2>'); ?>
|
<?php wp_list_categories('title_li=<h2>Categories</h2>'); ?>
|
||||||
|
|
||||||
<?php wp_list_bookmarks(); ?>
|
<?php wp_list_bookmarks(); ?>
|
||||||
|
|
||||||
<li>
|
<li><?php include (get_template_directory() . '/searchform.php'); ?></li>
|
||||||
<?php include (get_template_directory() . '/searchform.php'); ?>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user