Title: [Theme: Formation] remove meta?
Last modified: August 21, 2016

---

# [Theme: Formation] remove meta?

 *  [Zirox624](https://wordpress.org/support/users/zirox624/)
 * (@zirox624)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/theme-formation-remove-meta/)
 * hey guys!
 * [http://tempo.socialbuy.se/](http://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)

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/theme-formation-remove-meta/#post-4910362)
 * 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.

 * 1 reply
 * 2 participants
 * Last reply from: [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/theme-formation-remove-meta/#post-4910362)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
