Guys i would like to show the time when a post is published in my site .im using Inove theme can anyone help me out what should i do so that the time is shown in the post
this is my site url : http://www.telecomtalk.info
Guys i would like to show the time when a post is published in my site .im using Inove theme can anyone help me out what should i do so that the time is shown in the post
this is my site url : http://www.telecomtalk.info
Usually, you would modify a theme's index.php and use the template tag, the_time(), to display the post time (and date).
Hi Tarun
Please find the_time(__('F jS, Y', 'inove') in index.php and change 'F jS, Y' to 'F jS, Y H:i'.
this is what i did next to <?php the_time('g:i a'); ?> i have inserted this code <?php the_time('F j, Y'); ?> in index.php and it worked :)for my site telecomtalk.info
Thanks Mg12 and Michael
This topic has been closed to new replies.