Title: post date
Last modified: January 24, 2017

---

# post date

 *  [epd](https://wordpress.org/support/users/epd/)
 * (@epd)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/post-date-15/)
 * Hello ,
    i have set blog post with Template mansory. Now The date show like this:**
   GENUARY _01_ , 2017** Where _01_ is not the day number but the Month number! 
   How can do to show the day number?
 * thank you
    best regards
 * Emanuele

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

 *  [Anthony Pham](https://wordpress.org/support/users/tuongpg/)
 * (@tuongpg)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/post-date-15/#post-8693229)
 * Hi Epd,
 * Thank you for your inform.
    Really sorry about that bugs.
 * We will update the fix version soon.
 * Hope that convenient for your plan.
 * Best regards,
 * Anthony
 *  Thread Starter [epd](https://wordpress.org/support/users/epd/)
 * (@epd)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/post-date-15/#post-8695658)
 * Hi Anthony ,
    I will wait for your update.
 * for now i have found file and correct the bugs by myself:
 * plugins > Kingcomposer > shortcode > kc_blog_posts.php
 * in line 223 i have change the php date
 *     ```
       <span class="entry-date">
       <a href="<?php echo esc_url( get_permalink( $item->ID ) ); ?>"><?php echo get_the_date( 'F m, Y', $item->ID ); ?></a>
       </span>
       ```
   
 * like this
 *     ```
       <span class="entry-date">
       <a href="<?php echo esc_url( get_permalink( $item->ID ) ); ?>"><?php echo get_the_date( 'j F Y', $item->ID ); ?></a>
       </span>
       ```
   
 * Thank you
    Best regards Emanuele
    -  This reply was modified 9 years, 4 months ago by [epd](https://wordpress.org/support/users/epd/).
 *  [Anthony Pham](https://wordpress.org/support/users/tuongpg/)
 * (@tuongpg)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/post-date-15/#post-8697848)
 * Hi Emanuele,
 * Thank you for your inform.
 * Yes I saw that error. We will release new version soon.
 * Best regards,
 * Anthony

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

The topic ‘post date’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/kingcomposer_747172.svg)
 * [Page Builder: KingComposer - Free Drag and Drop page builder by King-Theme](https://wordpress.org/plugins/kingcomposer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kingcomposer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kingcomposer/)
 * [Active Topics](https://wordpress.org/support/plugin/kingcomposer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kingcomposer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kingcomposer/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Anthony Pham](https://wordpress.org/support/users/tuongpg/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/post-date-15/#post-8697848)
 * Status: not resolved