Title: Remove default footer section
Last modified: August 19, 2016

---

# Remove default footer section

 *  [arbis82](https://wordpress.org/support/users/arbis82/)
 * (@arbis82)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/remove-default-footer-section/)
 * How do I remove the footer section which contains “Looking for something?” “Visit
   out friends!” and “Archives”?

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Mr E](https://wordpress.org/support/users/ebiladdress/)
 * (@ebiladdress)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/remove-default-footer-section/#post-1066285)
 * Whats the url? What theme are u using?
 *  Thread Starter [arbis82](https://wordpress.org/support/users/arbis82/)
 * (@arbis82)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/remove-default-footer-section/#post-1066286)
 * the url is [http://www.digitalpwner.com](http://www.digitalpwner.com) i’m using
   the pixeled theme
 *  [Mr E](https://wordpress.org/support/users/ebiladdress/)
 * (@ebiladdress)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/remove-default-footer-section/#post-1066288)
 * getting ur theme and posting in my test site.
 * will answer asap.
 * E
 *  [Mr E](https://wordpress.org/support/users/ebiladdress/)
 * (@ebiladdress)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/remove-default-footer-section/#post-1066297)
 * lines 3 thru 25 of footer.php
 * Here is the code:
 *     ```
       <div class="col1">
       <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer_left') ) : ?>
       <h3>Looking for something?</h3>
       <p>Use the form below to search the site:</p>
       <?php include (TEMPLATEPATH . '/searchform.php'); ?>
       <p>Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!</p>
       <?php endif; ?>
       </div>
   
       <div class="col2">
       <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer_middle') ) : ?>
       <h3>Visit our friends!</h3><p>A few highly recommended friends...</p><ul><?php wp_list_bookmarks('title_li=&amp;categorize=0'); ?></ul>
       <?php endif; ?>
       </div>
   
       <div class="col3">
       <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer_right') ) : ?>
       <h3>Archives</h3><p>All entries, chronologically...</p><ul><?php wp_get_archives('type=monthly&amp;limit=12'); ?> </ul>
       <?php endif; ?>
       </div>
   
       <div class="cleared"></div>
       </div><!-- Closes morefoot -->
       ```
   
 * That will remove the footer information you are looking to ditch I believe.
 * E
 *  [Mr E](https://wordpress.org/support/users/ebiladdress/)
 * (@ebiladdress)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/remove-default-footer-section/#post-1066298)
 * fyi – remove the code I show above. That will remove the instances in question.
 * E
 *  Thread Starter [arbis82](https://wordpress.org/support/users/arbis82/)
 * (@arbis82)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/remove-default-footer-section/#post-1066299)
 * i need to delete that section?
 *  Thread Starter [arbis82](https://wordpress.org/support/users/arbis82/)
 * (@arbis82)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/remove-default-footer-section/#post-1066300)
 * gotcha, thanks
 *  [Mr E](https://wordpress.org/support/users/ebiladdress/)
 * (@ebiladdress)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/remove-default-footer-section/#post-1066303)
 * np friend.
 * E

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Remove default footer section’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 2 participants
 * Last reply from: [Mr E](https://wordpress.org/support/users/ebiladdress/)
 * Last activity: [17 years, 1 month ago](https://wordpress.org/support/topic/remove-default-footer-section/#post-1066303)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
