How to show post Last Updated Date?

Posted in: Newspaper
Post count: 9

Hi, I would like to show the post last Updated date?

How to enable this?

It is currently only showing post created date. I want to show the post last Updated date too.

Thanks.

Best Regards.

Post count: 285

I have seen many users asking for this useful implementation.

tagDiv, when are you going to implement this into default settings?


@mabrell
, you can alter the loop-single.php and add after line 40 this:
<div class="td-module-meta-info"> Last Update: <?php the_modified_date('j F, Y'); ?></div>

It appears under social icons and above the main image. I think is the best solution because if you try to put into the same row with the (publish date, visits counter & comments) on mobile looks pretty bad in two rows. (don’t forget, this modification you will have to do every time you update the theme)

Regards.

Post count: 9

Hi nairolf2013, thanks for the answer. Will try it out. 🙂

Just quite surprise this basic feature is not included in the default setting.

Hope to see it included in default soon.

Thanks.

Best Regards.

Post count: 22421

Hello,

I will add this request to our list and hopefully we will be able to implement it in a future version of the theme.

Thank you!

Post count: 19

Hello Mabell,

I’m using 8.0+ version of Newspaper and Hi Jessie, and I’ve implemented the how to display last modified time instead of published time on my blog http://www.techbuzz.in and also I’ve blogged about the same.

However, the effect of this has to be studied when NewsPaper theme is updated.

I’ve written about the benefits and problems with implementing ‘last_modified_time’.

http://www.techbuzz.in/tagdiv-newspaper-theme-last-updated-modified-time.php

Bloggers should use use this feature cautiously as mis-using it might attract penalty from Google.

Hope this helps.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.