In the Cutline 3-Column Split theme, doesn't l_sidebar.php drive the content for the left sidebar on the home page? If not, please let me know what does, because I'm going nuts here.
Here's my homepage http://72.167.2.6/
Here's my l_sidebar.php:
<div id="l_sidebar">
<ul class="sidebar_list">
<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar(1)) : ?>
<li class="widget">
<h2>Categories</h2>
-
<?php wp_list_cats('sort_column=name'); ?>
<li class="widget">
<h2>Archives</h2>
-
<?php wp_get_archives('type=monthly'); ?>
<li class="widget">
<h2>Admin</h2>
<?php endif; ?>
</div>
not resolved