Forums

About box in widget. How to remove? (3 posts)

  1. novotny1
    Member
    Posted 2 months ago #

    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?

  2. Cordobo
    Member
    Posted 2 months ago #

    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!

  3. novotny1
    Member
    Posted 2 months ago #

    That's what I thought but I was afraid to mess with the code. Thanks for the instructions...

Reply

You must log in to post.

About this Topic