Title: edit-wordpress ads at bottom of page
Last modified: August 19, 2016

---

# edit-wordpress ads at bottom of page

 *  [avideoguy](https://wordpress.org/support/users/avideoguy/)
 * (@avideoguy)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/edit/)
 * want to get to <div id=”colphon”> to edit it.to get rid of wordpress ads on bottom
   of the page

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

 *  [@mercime](https://wordpress.org/support/users/mercime/)
 * (@mercime)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/edit/#post-1675309)
 * what theme are you using or site url? hard to guess.
 *  [David Gwyer](https://wordpress.org/support/users/dgwyer/)
 * (@dgwyer)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/edit/#post-1675311)
 * Care to provide a link etc? 🙂
 * Would be most helpful..
 * You could try adding this to the bottom of your style sheet if you want to hide
   the whole div with id of colophon:
 * #colophon {
    display:none; }
 *  Thread Starter [avideoguy](https://wordpress.org/support/users/avideoguy/)
 * (@avideoguy)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/edit/#post-1675318)
 * this is new to me.. theme is 10 20? my web site is sneekpeekhomes.com does that
   help? your serve.. ED
 *  [David Gwyer](https://wordpress.org/support/users/dgwyer/)
 * (@dgwyer)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/edit/#post-1675350)
 * Okies, just add:
 *     ```
       #site-generator {
       display:none;
       }
       ```
   
 * to the bottom of your style sheet.
 * *Thwack, right back at you!* 🙂
 *  Thread Starter [avideoguy](https://wordpress.org/support/users/avideoguy/)
 * (@avideoguy)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/edit/#post-1675385)
 * little devel is still there.. I went to find source on it and it came back with
   <div id=”footer” role=”contentinfo”>
    ** **<div id=”colophon”>
 * ** **<div id=”site-info”>
    ** [ Sneekpeekhomes.com  </div><!– #site-info –>
 * ** **<div id=”site-generator”>
    ** [ Proudly powered by WordPress. [Install WordPress](http://www.simplescripts.com/script_details/install:Wordpress) [web
    hosting](http://www.hostmonster.com)](http://wordpress.org/)
 *  </div><!– #site-generator –>
 * ** **</div><!– #colophon –>
    ** **</div> ….. Any help? ..lob.. ED
 *  Moderator [cubecolour](https://wordpress.org/support/users/numeeja/)
 * (@numeeja)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/edit/#post-1675392)
 * Did you download WordPress from wordpress.org or somewhere else? It looks like
   your 2010 theme has been diddled with as the ads shouldn’t be there.
 *  [David Gwyer](https://wordpress.org/support/users/dgwyer/)
 * (@dgwyer)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/edit/#post-1675535)
 * Like I said if it is the content of the <div id=”site-generator”> div then add
   the CSS code as above, this will hide it.
 * To delete it once and for all just edit your themes footer.php file and delete
   the whole div (or the contents) manually. That will do it.
 *  Thread Starter [avideoguy](https://wordpress.org/support/users/avideoguy/)
 * (@avideoguy)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/edit/#post-1675606)
 * dgwyer.. nice serve! it was an ace! I did the delete thing… thank you… Ed….. 
   Maybe you could help me with another small matter.. I posted it before and didn’t
   get results with the other suggestions… what I would like to do is get rid of
   the “Posted on September 1, 2010 by admin” and the “Posted in unCategorized ”
   thing on the first page.. serve me another ace? I am finally having fun doing
   this.. Peace
 *  [David Gwyer](https://wordpress.org/support/users/dgwyer/)
 * (@dgwyer)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/edit/#post-1675612)
 * (Remember, backup any files you edit code to!)
 * That’s also quite easy. To get rid of the date (and the author) in your loop.
   php theme file delete this code:
 *     ```
       <div class="entry-meta">
         <?php twentyten_posted_on(); ?>
       </div><!-- .entry-meta -->
       ```
   
 * If you want to keep the author bit ‘by Chip Bennett’ etc. then you need to edit
   the function itself in the themes functions.php file and take out the date bit
   but leave the author.
 * As for the ‘Posted in’ bits edit the loop.php and delete the following code:
 *     ```
       <?php if ( count( get_the_category() ) ) : ?>
        <span class="cat-links">
         <?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?>
        </span>
        <span class="meta-sep">|</span>
       <?php endif; ?>
       ```
   

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

The topic ‘edit-wordpress ads at bottom of page’ is closed to new replies.

## Tags

 * [div id](https://wordpress.org/support/topic-tag/div-id/)
 * [edit](https://wordpress.org/support/topic-tag/edit/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 4 participants
 * Last reply from: [David Gwyer](https://wordpress.org/support/users/dgwyer/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/edit/#post-1675612)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
