There is an about box in the widget sidebar and I can't figure out how to get rid of it. It is not in the "about" pages area and I can't find it in the widget's time bar.
What do I do?
There is an about box in the widget sidebar and I can't figure out how to get rid of it. It is not in the "about" pages area and I can't find it in the widget's time bar.
What do I do?
Hi novotny1,
Open the sidebar.php, remove the following code
<li id="about" class="clearfix">
<div class="sb-title"><?php echo get_option('greenpark2_sidebar_about_title'); ?></div>
<ul>
<li>
<?php echo get_option('greenpark2_sidebar_about_content');?>
</li>
</ul>
</li>
save the file and upload it to your themes directory.
I added this feature request to my todo list for the next release. Thanks!
That's what I thought but I was afraid to mess with the code. Thanks for the instructions...
You must log in to post.