• 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)
  • 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

    (@epd)

    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 8 years, 1 month ago by epd.

    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.