Reply To: SHOW POST TIME
Post count: 11437
Adek
March 19, 2018 at 10:50 am
#29689
Hi Guys,
Sorry for late reply. At this moment, please try to go edit this file wp-content/themes/jnews/fragment/post/meta-post-1.php
then jump into line 22 and replace the code below:
1 |
<a href="<?php the_permalink(); ?>"><?php echo esc_html(get_the_date(null, $post)); ?></a> |
With this one below:
1 |
<a href="<?php the_permalink(); ?>"><?php echo esc_html(get_the_date('F j, Y g:i a', $post)); ?></a> |
Then please go edit this file wp-content/themes/jnews/fragment/post/meta-post-2.php
then jump into line 20 and replace the code below:
1 |
<a href="<?php the_permalink(); ?>"><?php echo esc_html(get_the_date(null, $post)); ?></a> |
With this one below:
1 |
<a href="<?php the_permalink(); ?>"><?php echo esc_html(get_the_date('F j, Y g:i a', $post)); ?></a> |
For the option, it seems i was wrong. That option will available on next v2 of JNews. Sorry for this confusion. Let me know if you have further question.
Thank you