Title: Entry-meta information
Last modified: August 19, 2016

---

# Entry-meta information

 *  [camilledemondesir](https://wordpress.org/support/users/camilledemondesir/)
 * (@camilledemondesir)
 * [15 years ago](https://wordpress.org/support/topic/entry-meta-information/)
 * Hello,
 * I’m trying to figure out how to edit my entry-meta data to** only** show the 
   date. Right now it reads “Posted on {date} by {author}” and I would like it to
   only display a non-hyperlinked date.
 * I’m using the Twenty Ten theme.
 * Many thanks.
 * [http://parisinpink.com](http://parisinpink.com)

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years ago](https://wordpress.org/support/topic/entry-meta-information/#post-2066316)
 * Don’t edit the Twenty Ten theme. Your changes **will** be over-written the next
   time you upgrade WordPress. For this reason, it is recommended that you consider
   creating a [child theme](http://codex.wordpress.org/Child_Themes) for your customisations.
   Once your child theme is active, we should be able to help with the customisation.
 *  Thread Starter [camilledemondesir](https://wordpress.org/support/users/camilledemondesir/)
 * (@camilledemondesir)
 * [15 years ago](https://wordpress.org/support/topic/entry-meta-information/#post-2066317)
 * I’m aware of that, but I would still like to know where exactly in the code to
   make the changes I described…
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years ago](https://wordpress.org/support/topic/entry-meta-information/#post-2066322)
 * you can edit the `function twentyten_posted_on()` (from functions.php of the 
   parent theme) and add the edited version to functions.php of the child theme.
 *  Thread Starter [camilledemondesir](https://wordpress.org/support/users/camilledemondesir/)
 * (@camilledemondesir)
 * [15 years ago](https://wordpress.org/support/topic/entry-meta-information/#post-2066324)
 * Thanks! Which clause exactly do I delete so it only displays a non-hyperlinked
   date?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years ago](https://wordpress.org/support/topic/entry-meta-information/#post-2066337)
 * for example, leave just this:
 *     ```
       function twentyten_posted_on() {
       	printf( __( '<span class="%1$s">Posted on</span> %2$s', 'twentyten' ),
       		'meta-prep meta-prep-author',
       		sprintf( '<span class="entry-date">%1$s</span>',
       			get_the_date()
       		)
       	);
       }
       ```
   
 * (untested)

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

The topic ‘Entry-meta information’ is closed to new replies.

## Tags

 * [date](https://wordpress.org/support/topic-tag/date/)
 * [entry-meta](https://wordpress.org/support/topic-tag/entry-meta/)
 * [twenty ten](https://wordpress.org/support/topic-tag/twenty-ten/)

 * 5 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/entry-meta-information/#post-2066337)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
