Originally Posted by Your Virtual Wizard
|
Hi Christina,
I added a few widgets to the blog, as you suggested but the Asides feature is still there. Do you have any other suggestions?
Thank you.
Janine
|
Hi Janine, not Christina, but this is how I "got rid of" some sidebars that I don't want to use at this time:
I edited my sidebar.php file to "inactivate" some lines of code. To "inactivate" and not
delete code you use <!-- before and --> after the code to not be used, but it
is there if you ever want to use that particular sidebar feature again.
An example from my sidebar.php file:
<!--<div class="side_roll">
<h3>Blogroll</h3>
<ul>
<?php wp_list_bookmarks('title_li=&c ategorize=0'); ?>
</ul>
</div>
-->
I started at the <div> that contained the sidebar widget that I wanted to inactivate and ended at the ending </div>. This inactivates the feature that I don't want to use right now, but like I said, I can remove the <!-- and --> and that feature will be back.
Your 'Asides' feature should (hopefully) be in there so you can identify it and inactivate it.
Or, you can just delete the code, but I do NOT recommend doing that.
HTH,