• Resolved diddybro

    (@diddybro)


    Hi – I am configuring the front page, and the sidebar on the left side has ARCHIVES section and it refuses to go away.

    As shown on the image below, I have turned off all the options for sidebars. I have 2 identical ARCHIVES, one on the left and one on the right. I even created a new menu set with no elements, but it didn’t help.
    Can you please tell me what I can do to go away? Thanks. Oh, right below it is a banner, which I inserted through the advertising option.

    Link here

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author acosmin

    (@acosmin)

    You’ll have to remove this from sidebar-browse.php:

    <aside class="side-box">
    		<h3 class="sidebar-heading"><?php _e( 'Archives', 'justwrite' ); ?></h3>
    		<nav class="sb-content clearfix">
    			<ul class="normal-list">
    				<?php wp_get_archives( array( 'type' => 'monthly', 'limit' => 12 ) ); ?>
    			</ul>
    		</nav><!-- END .sb-content -->
    	</aside><!-- END .sidebox -->

    If you plan on updating the theme, use a child theme to make sure you don’t lose your changes. You’ll have to copy that file from the parent theme into the child theme’s folder and do those changes there.

    Thread Starter diddybro

    (@diddybro)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar problem – the "ARCHIVES" won't go away!’ is closed to new replies.