Hey Lewis,
In your FTP, navigate to Newsmag > single_template_2.php
Download a copy of that file for backup
Under the line <?php echo $td_mod_single->get_date(false);?> add:
<?php echo get_the_time(); ?>
It’ll look a little something like this afterwards
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo get_the_time(); ?>
<?php echo $td_mod_single->get_views();?>
<?php echo $td_mod_single->get_comments();?>
Reupload to the server, clear any cache plugins and it should be set
link to my time stamp tutorial …
fyi, I started posting any of my “tips” as “tutorial” to make finding them easier…
https://forum.tagdiv.com/topic/tutorial-how-to-add-custom-time-stamp-to-posts/
Right … you need to follow my tutorial to edit the time setting.
The theme pulls the time from the WordPress panel. So, you have to edit the time setting to indlude the time plus date.
READ the tutorial link above.
Here is example:
M j, Y H:i T
http://floridanewswire.com/2015/02/05/fnw13300_122601.php
-
This reply was modified 11 years by
simchris.
You will have to experiment with the format you want — note the link to docs in your WP admin panel on the time setting page 😉