All pastes #511649 Raw Edit

Untitled

public text v1 · immutable
#511649 ·published 2007-05-26 15:47 UTC
rendered paste body
<div id="leftside">

<ul class="box">
	
<li><h2>Categories</h2>
<ul>
<?php wp_list_cats('sort_column=name&optioncount=0&hierarchical=1'); ?>
</ul>
</li>

<li><h2>Archives</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>

<li><h2>Archives</h2>
<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>

<?php endif; ?>
</ul>
</li>



</ul>

</div>