• hey guys!

    https://tempo.socialbuy.se/ is the site i’m building

    As you an see to the right is there Meta,Archive and a search box.. how do i take that away?

    i found this in the siderbar.php

    <div id="secondary" class="widget-area" role="complementary">
    			<?php do_action( 'before_sidebar' ); ?>
    			<?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?>
    
    				<aside id="search" class="widget widget_search">
    					<?php get_search_form(); ?>
    				</aside>
    
    				<aside id="archives" class="widget">
    					<h1 class="widget-title"><?php _e( 'Archives', 'Formation' ); ?></h1>
    
    <ul>
    						<?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>
    					</ul>
                                                <aside id="meta" class="widget">
    					<h1 class="widget-title"><?php _e( 'Meta', 'Formation' ); ?></h1>
    
    <ul>
    						<?php wp_register(); ?>
    
    <li><?php wp_loginout(); ?></li>
    						<?php wp_meta(); ?>
    					</ul>
    				</aside>
    
    			<?php endif; // end sidebar widget area ?>
    		</div><!-- #secondary .widget-area -->
    
    		<div id="tertiary" class="widget-area" role="supplementary">
    				<?php dynamic_sidebar( 'sidebar-2' ); ?>
    		</div><!-- #tertiary .widget-area -->

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    i deleted it all to see if something would change but nothing happened..i can change the color but not delete it :/.. any ideas? ??

Viewing 1 replies (of 1 total)
  • If you add a Text widget but leave the title & content area blank, that will hide those default widgets. Kind of weird, yes, but that’s the way to do it. Or, you can add any other widget and those default widgets should go away.

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Formation] remove meta?’ is closed to new replies.