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 9 years, 2 months ago by
epd.
Hi Emanuele,
Thank you for your inform.
Yes I saw that error. We will release new version soon.
Best regards,
Anthony