Title: Remove Footer Items
Last modified: August 20, 2016

---

# Remove Footer Items

 *  Resolved [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-footer-items/)
 * Hi:
 * I am using the theme MT white 3.2.7 and I would like to remove the photographs
   and the Meta links in the footer. Is that possible and if so how can I do it?
 * Thanks,
 * editornen

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

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-footer-items/#post-2505608)
 * I downloaded the theme to have a look. To remove the meta links, comment out 
   both instances of this line by adding two slashes in front of it, as follows:
 *     ```
       <?php // wp_meta();?>
       ```
   
 * See lines 27 & 48 in footer.php
 * I’m not sure what you mean by photographs in the footer – I don’t see any images
   in the theme demo footer.
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-footer-items/#post-2505639)
 * Check my website to see the photographs…[http://newenglandnostalgia.com/](http://newenglandnostalgia.com/).
   
   I did not put them there.
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-footer-items/#post-2505643)
 * Find this section in your CSS and comment out the background image as follows
   to hide it:
 *     ```
       #footerspan {
           padding: 10px 0 50px 0;
           margin: 0;
           /* background: transparent url(images/footer_r.jpg) no-repeat bottom right; */
   
       }
       ```
   
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-footer-items/#post-2505644)
 * Okay, that worked. Thanks!
 * I still want to get rid of the following but don’t understand how to do it.
 * Meta
 *  My Account
    Log out WP Theme design by Tomek Mazur 2008
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-footer-items/#post-2505645)
 * Remove lines 12-28 in footer.php. Be sure to make a backup copy first.
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-footer-items/#post-2505646)
 * Thanks!
 * Could you take it out and I’ll copy and paste. Makes me nervous.
 * _[code removed - see below]_
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-footer-items/#post-2505647)
 * I had to remove the code [per forum policy](http://codex.wordpress.org/Forum_Welcome#Posting_Code)(
   you can use a [pastebin](http://pastebin.com/) in future)
 * Remove the lines **between and including:**
 *     ```
       <h3><?php _e('Meta', 'mt-white');?></h3>
       ```
   
 * and
 *     ```
       Tomek Mazur <?php }?>
       2008
       </li>
       <?php wp_meta();?>
       </ul>
       ```
   
 * As I said, be sure to make a backup copy of your file before editing it – then
   you can restore it if anything goes wrong. If you put the code into a Pastebin(
   link above) you’ll see the line numbers and it might be clearer.
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-footer-items/#post-2505648)
 * I made a pastebin for you: [http://pastebin.com/tcRg4Es1](http://pastebin.com/tcRg4Es1)
 * Removing lines 12-28 should do it. Lines 44-48 also reference credits and meta
   but I don’t think they’re in effect in your setup. You can experiment and see.
   As I said before, just **back up the file first.** 🙂
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-footer-items/#post-2505649)
 * It’s gone. Thank you very much!
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-footer-items/#post-2505651)
 * My pleasure!

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

The topic ‘Remove Footer Items’ is closed to new replies.

 * 10 replies
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/remove-footer-items/#post-2505651)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
