Title: remove &quot;posted on&quot;
Last modified: August 20, 2016

---

# remove "posted on"

 *  [mrsray](https://wordpress.org/support/users/mrsray/)
 * (@mrsray)
 * [15 years ago](https://wordpress.org/support/topic/remove-posted-on/)
 * I know there are a lot of solutions for this problem, but …
    I have tried them
   and the dang date is still there
 * TWENTYTEN THEME
 * I have tried
    with css using .entry-utility{display:none;} at the bottom of the
   style.css to override the themes defaults.
 * also
 * in functions.php of the theme;
 * function twentyten_posted_on() {
 * it is called in loop.php before the content:
    <div class=”entry-meta”> <?php 
   twentyten_posted_on(); ?> </div><!– .entry-meta –>
 * ===============
 * the stupid posted on date will not go away
 * help please
 * instantdailylotto.com

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years ago](https://wordpress.org/support/topic/remove-posted-on/#post-2092449)
 * the style would be:
    `.entry-meta { display: none; }`
 * this snippet:
 *     ```
       <div class="entry-meta">
       <?php twentyten_posted_on(); ?>
       </div><!-- .entry-meta -->
       ```
   
 * does occur more then once in loop.php, and also occurs in loop-single.php.
 *  Thread Starter [mrsray](https://wordpress.org/support/users/mrsray/)
 * (@mrsray)
 * [15 years ago](https://wordpress.org/support/topic/remove-posted-on/#post-2092457)
 * thank you looking in more locations and deleting all of them worked!!

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

The topic ‘remove "posted on"’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [mrsray](https://wordpress.org/support/users/mrsray/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/remove-posted-on/#post-2092457)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
