Hello everyone,
A simple question:
I would also add the date when publishing an article, which appears in both blocks (modules) me as articles. How could I?
For example:
11.27.2014 – 17:20
Thank you very much,
Miguel
Hi,
Add this part of code: ' - ' . get_the_time(get_option('time_format'), $this->post->ID) . to the td_module file and make sure you do it just like this: http://screencast.com/t/Nv9fQwiX2XG
After this you can set your date and time format from here: http://screencast.com/t/hcgonlTWUF
Result: http://screencast.com/t/dJVws4V2T0CA
Thanks
Radu,
I think it would be a very interesting improvement.
Thanks!
Hi,
@fbengo Unfortunately using child theme you can only change this files: https://forum.tagdiv.com/child-theme-documentation-newsmag/ and if you need to make changes to the files located in the wp_booster folder you need to change the main theme’s files.
Sorry for the inconvenience!
Thanks
Hello chjeff,
If you want to add the date when you publishing an article, it is necessary to use this function ' - ' . get_the_time(get_option('time_format'), $this->post->ID) . in td_module.php, like this: http://screencast.com/t/zBKDmaC8 – http://screencast.com/t/KBBTkuBSe .
Thank you for the message!
Hello to all,
Why now with v3.1 the time (the hour when the publish make) don´t appears at single articles? How I can put it in the theme?
Thank you
BEFORE UPGRADE
http://i67.tinypic.com/jac3uf.png
AFTER UPGRADE
Hi
Please check this topic: https://forum.tagdiv.com/topic/time-on-posts/
Thanks!