Add time

Posted in: Newsmag
Post count: 14

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

Post count: 14

Can anybody help me?

Thanks!

Post count: 6600

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

Post count: 14

Thank you Lucian!!!

Post count: 22

we can add somewhere the date and time of updating the blog , if you like we can do ?

Post count: 780

Hi Calimero,

I added this suggestion to our issue tracker and if more people request it, we will implement it. The theme as it is now does not support update time.

Post count: 62

Yeah! I need this feature too…

Is there a way to override files in folder wp_booster in child theme? I don’t want to change parent theme…

Post count: 14

Radu,

I think it would be a very interesting improvement.

Thanks!

Post count: 6600

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

Post count: 5

Hello Lucian, your screencast not found 404, plaese reupload.thanks

Post count: 23312

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/zBKDmaC8http://screencast.com/t/KBBTkuBSe .

Thank you for the message!

Post count: 14

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

http://i68.tinypic.com/10xa51s.png

Post count: 6535

Hi

Please check this topic: https://forum.tagdiv.com/topic/time-on-posts/
Thanks!

Viewing 13 posts - 1 through 13 (of 13 total)
You must be logged in to reply to this topic.