You are viewing a single comment's thread.

view the rest of the comments →

Ziggystrife ago

If Google had the wrong timestamp that's one thing. If the article itself on the Washingtonian had the hours wrong that tells me they likely have a snippet that reads the created timestamp from the database and shows the difference in hours from that. More than likely this website is built on a CMS platform where the authors can create articles, then publish it after the fact. The hours ago might show the Created timestamp instead of the Published timestamp. If I'm right about that then they would need someone to go into the database for this specific record to overwrite the timestamp manually to change it from saying X hours ago as a code change would affect their timestamps on all of their articles.

LtSilverFox ago

You must not know code if you think making that one edit will mess with the rest.

Ziggystrife ago

In a CMS world it can absolutely. I've worked on WordPress, Drupal, Sitefinity, and one other I forget the name of at the moment....if you modify a template it affects all the pages using that template.

LtSilverFox ago

It can but what idiot would right code that way. I'm glad you told me this now I can invent something better than WordPress if I live to see that day

Ziggystrife ago

It's the entire premise of a CMS and why people use them. Create code templates, fill them with user generated content. Instead of modifying potentially hundreds of pages, you modify the 1 template that are linked to that template.

LtSilverFox ago

So your telling me an end user takes this template and whatever adjustments he makes is applied to whatever page has the same template correct? Why not come up with a system.... nvm if that 1st part is right then I'd thanks you a million times

Ziggystrife ago

Yes that is the purpose of a CMS. You manage templates, and pages exist within those templates. It's how sites have thousands of pages of content but really only have 10-30 templates. Just let me hold one of them upvotes and let us move on!

LtSilverFox ago

Sounds a little outdated to me but hey ig that's the most efficient way. I'm only upvoting cause you gave me an idea lol