Title: Date on Bushwick theme
Last modified: September 17, 2017

---

# Date on Bushwick theme

 *  [henkzonderland](https://wordpress.org/support/users/henkzonderland/)
 * (@henkzonderland)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/date-on-bushwick-theme/)
 * Hello,
 * I’using Bushwick theme since yesterday. A great theme but there is one ‘minor’
   thing I dislike. The date. I would like to have a full written date like september,
   8th 1917…
 * Can anybody help me getting this done?
 * Thanks in advance.
 * greetings,
 * Bastiaan
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdate-on-bushwick-theme%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [henkzonderland](https://wordpress.org/support/users/henkzonderland/)
 * (@henkzonderland)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/date-on-bushwick-theme/#post-9504527)
 * That’s on the front page…
 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [8 years, 7 months ago](https://wordpress.org/support/topic/date-on-bushwick-theme/#post-9515593)
 * Hi @ [@henkzonderland](https://wordpress.org/support/users/henkzonderland/)) ,
   if you have not yet done so, I would suggest creating a child theme so that any
   customizations you make will not be overwritten by a future theme update.
 * [Child Themes](https://codex.wordpress.org/Child_Themes)
    [Child Theme creation plugins](https://wordpress.org/plugins/search.php?q=child+theme)
 * You will want to drop this into your child `functions.php`. If you happen to 
   have an `inc/template-tags.php` then the following will have to go before that.
 *     ```
       function bushwick_posted_on(){
           printf( __( 'Posted on <a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%4$s</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>.', 'bushwick' ),
               esc_url( get_permalink() ),
               esc_attr( get_the_time() ),
               esc_attr( get_the_date( 'c' ) ),
               esc_attr( get_the_date() ),
               esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
               esc_attr( sprintf( __( 'View all posts by %s', 'bushwick' ), get_the_author() ) ),
               get_the_author()
           );
       }
       ```
   

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

The topic ‘Date on Bushwick theme’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/bushwick/1.3.3/screenshot.png)
 * Bushwick
 * [Support Threads](https://wordpress.org/support/theme/bushwick/)
 * [Active Topics](https://wordpress.org/support/theme/bushwick/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/bushwick/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/bushwick/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/date-on-bushwick-theme/#post-9515593)
 * Status: not resolved