Blog Sidebar
i tryied many things to remove blog and meta sidebars from the main page using appearance settings. nothing helped. i ended up removing the
following code from sidebar.php. Is it a good approach ? thanks
<div class="shadowblock_out">
<div class="shadowblock">
<h2 class="dotted"><?php _e('BlogRoll', 'appthemes') ?></h2>
<ul>
<?php wp_list_bookmarks('title_li=&categorize=0'); ?>
</ul>
<div class="clr"></div>
</div><!-- /shadowblock -->
</div><!-- /shadowblock_out -->
<div class="shadowblock_out">
<div class="shadowblock">
<h2 class="dotted"><?php _e('Meta', 'appthemes') ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a target="_blank" href="http://www.appthemes.com/" title="Premium WordPress Themes">AppThemes1</a></li>
<li><a target="_blank" href="http://wordpress.org/" title="Powered by WordPress">WordPress</a></li>
<?php wp_meta(); ?>
</ul>
<div class="clr"></div>
</div><!-- /shadowblock -->
</div><!-- /shadowblock_out -->