• Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper
Search
tagDiv support
  • Become a member
  • Sign in
  • Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper
Home Newspaper Post last updated

Post last updated

Posted in: Newspaper
Post count: 60
techpaced
#192386
Sep 7, 2017 at 3:30 pm

How do we display the users on post last updated ?. in my case when i update any post it shows the old date and not the updated date. Example – https://imgur.com/a/UC7ai

Post count: 20688
Simion C.
#192489
Sep 8, 2017 at 10:03 am

Hi,

That would require modifications to the theme files, meaning the post template files. Please follow this topic
– https://forum.tagdiv.com/topic/how-to-make-this/

Thanks

Post count: 60
techpaced
#192543
Sep 8, 2017 at 2:53 pm

I read that post but it is very difficult. Is there any easy implementation for this ?. I also feel this should be included somewhere in theme panel options and make it easy for users.

Post count: 22421
Bogdan B.
#192781
Sep 11, 2017 at 10:44 am

Hello,

Sorry but there is no easy way about it. The theme does not have this feature. If the feature is not present it has to be created as Simion mentioned. As you can see it’s not easy to add options to the theme.

Thanks.

Post count: 60
techpaced
#193605
Sep 15, 2017 at 9:32 pm

can anyone help me with adding the code. The first step is to add “<?php echo the_modified_date(‘l, F j, Y’, ‘<div class=”the-modified-date”>LAST MODIFIED: ‘,'</div>’); ?>” code to the loop_single.php. But where should i add this ?.

Post count: 60
techpaced
#193715
Sep 17, 2017 at 4:48 pm

No worries, i figured it out.

Post count: 60
techpaced
#194040
Sep 19, 2017 at 3:20 pm

I thought i figured this out but it didn’t work the next day. It’s now showing the published date and not the updated date. I don’t know what to do next.

Post count: 20688
Simion C.
#194126
Sep 20, 2017 at 8:41 am

Hi,

Please note that this modification will have to be made to the post template style that you are using. If multiple post templates are used throughout the website, this change will have to be made for each of them.
For example here I am using post template style 2
– https://www.screencast.com/t/XqWndJvXa
The modification has to be made to the single_template_2.php file
– https://www.screencast.com/t/g9BfEEjWfAzJ
Replace the highlighted line of code with the one provided in the topic pastebin, with a small modification to it (this way there is no need to use the CSS for styling)
– https://www.screencast.com/t/B5n6tGi60Mhm
– https://www.screencast.com/t/Lf3UI6jf
– https://www.screencast.com/t/xu5Uc6yxn
The result is like this
– https://www.screencast.com/t/WuC2OKToxX2
You could change the text (Last Modified) as well if you like, for example like this
– https://www.screencast.com/t/A1sXw1R6Yha
– https://www.screencast.com/t/FprWr9t0
For some post templates, the modification will have to be made in the loop single file, instead of the single file. Like post template 9 for example
– https://www.screencast.com/t/e2x3GQ0i8A
Once made all posts that have the modified post template, will display the modified date.

Thanks

Post count: 60
techpaced
#195354
Sep 28, 2017 at 10:37 am

Thank you so much for those clear instruction. I could now add last updated date to all my posts.

Post count: 60
techpaced
#203517
Nov 27, 2017 at 11:34 am

hi Simon,

Today i changed the post template and followed the instructions to add last updated date that you mentioned. To my surprise i saw all the post date shows Last updated November 15 2017. If i edit any post and update the content, it shows today’s date. However any old post is showing Last updated was on 15th November. i don’t know why is it showing that date only.

That means the post that i published 2 years ago is showing last update 15 Nov 2017. How do we fix this ?.

  • This reply was modified 8 years by techpaced.
Post count: 20688
Simion C.
#203600
Nov 27, 2017 at 4:50 pm

Hi,

The date that is displayed will be the one when the post was last modified, or if the post was not modified the date when it was created
– https://codex.wordpress.org/Function_Reference/the_modified_date
I believe that by changing the post template, the date when you made this change this will be displayed, because it counts as a modification.

Thanks

Post count: 60
Vinay Prajapati
#218963
Feb 21, 2018 at 9:30 pm

Team, please make this option possible in your theme. Theme should have option which date we want to display.

  • This reply was modified 8 years by Vinay Prajapati.
Post count: 58
mrx
#218997
Feb 22, 2018 at 1:43 am

And better will be the option to choose not only between either publish date or modification date, but also option to display both of them if modification was did.

Post count: 20688
Simion C.
#219141
Feb 22, 2018 at 1:23 pm

I have added this suggestion on our list, it will be considered for a future update.

Post count: 60
Vinay Prajapati
#219144
Feb 22, 2018 at 1:28 pm

Thanks! Make sure it should able to inform Google we updated the post to some date.

Post count: 60
Vinay Prajapati
#221327
Mar 6, 2018 at 3:08 am

I want to show the date of the last update on my posts. And also want to make sure search engine bots will able to crawl this and show in Google search snippets. Most of the users are looking for this features. When it will be available in Newspaper.

Post count: 2
tankm
#221334
Mar 6, 2018 at 5:42 am

I would also vote for this feature, Thanks

Post count: 60
Vinay Prajapati
#221336
Mar 6, 2018 at 5:48 am

There should also an option to hide “date published” schema from source code/template.

check this screen shot- https://imgur.com/a/VXVdG

Post count: 53
mjehangir
#223942
Mar 19, 2018 at 3:28 pm

Hi, this is a must feature today. I think there should be an option like a check box in the post admin that when checked should show the last modified date/updated date. Otherwise it will change the published date or add the modified date to any old post that will be just opened by error and updated. Because it shouldn’t happen for any such post but only the deliberate act of updating post should display the last modified date.

Post count: 19
Gautam
#224571
Mar 21, 2018 at 10:50 pm

Dear TechPaced and friends,

In case you guys are still looking for this solution then this post can help :

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

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

Hope this helps.

Post count: 11
manuovi
#247135
Aug 7, 2018 at 9:20 pm

Im looking to show the creation day and the modified day, HOw I can do that?

I need both dates, creation day an modified day?

Thanks in Advanced

Post count: 20688
Simion C.
#247215
Aug 8, 2018 at 11:11 am

Hi,

@manuovi You could keep both default date code and add the modified code below it. Example for post template style 2
– https://www.screencast.com/t/Pwa0u3iH
Result – https://www.screencast.com/t/1r3efBiFCT
So add the provided code below the default date code, instead of replacing it.

Thanks

Post count: 376
Ryansmccain
#249103
Aug 18, 2018 at 7:00 pm

Has this been added to the theme yet?

Post count: 1043
ctoweett
#249141
Aug 19, 2018 at 5:16 am

@Ryansmccain not yet. Only the ‘time ago’ feature has been added for the custom single post templates from the cloud library plugin.

Post count: 376
Ryansmccain
#249153
Aug 19, 2018 at 10:22 am

Where can I get more info on those? Thanks

Viewing 25 posts - 1 through 25 (of 34 total)
1 2 →
The topic ‘Post last updated’ is closed to new replies.
techpaced
Support Hours (GMT+2)

Monday - Friday:
8:00 AM - 17:00 PM

Documentation
  • Newspaper
  • Newsmag
Facebook Instagram Twitter Youtube
Welcome to the Community! This is our main Support Center and, also the place where you can make new friends, people just as passionate about websites as you are. Don’t hesitate to ask for help as we are here for you. Thank you for buying our products!
Contact us: contact@tagdiv.com
  • Home
  • Blog
  • Forums
  • About us
  • Support policy
  • Privacy Policy
© tagdiv.com | Proudly made with by tagDiv. All rights reserved
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-advertisement1 yearThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Advertisement".
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
CookieDurationDescription
_ga2 yearsThis cookie is installed by Google Analytics. The cookie is used to calculate visitor, session, campaign data and keep track of site usage for the site's analytics report. The cookies store information anonymously and assign a randomly generated number to identify unique visitors.
_gat_gtag_UA_43963494_11 minuteThis cookie is set by Google and is used to distinguish users.
_gid1 dayThis cookie is installed by Google Analytics. The cookie is used to store information of how visitors use a website and helps in creating an analytics report of how the website is doing. The data collected including the number visitors, the source where they have come from, and the pages visted in an anonymous form.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
CookieDurationDescription
IDE1 year 24 daysUsed by Google DoubleClick and stores information about how the user uses the website and any other advertisement before visiting the website. This is used to present users with ads that are relevant to them according to the user profile.
test_cookie15 minutesThis cookie is set by doubleclick.net. The purpose of the cookie is to determine if the user's browser supports cookies.
VISITOR_INFO1_LIVE5 months 27 daysThis cookie is set by Youtube. Used to track the information of the embedded YouTube videos on a website.
YSCsessionThis cookies is set by Youtube and is used to track the views of embedded videos.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
CookieDurationDescription
CONSENT16 years 5 months 26 days 13 hours 25 minutesNo description
yt-remote-connected-devicesneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
yt-remote-device-idneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
SAVE & ACCEPT
Powered by CookieYes Logo