Hi, I'm currently manually moving old blog posts from Orchard CMS over to Umbraco Articulate and I was wondering, how do I back date a post?
What I want to do is copy the content from my original post and make the created date be the date I originally posted it. Not, for example, today's date.
I tried changing the information within the post but it still shows on my blog as posted / created today.
Each blog post has a manual date field called "Published Date" it exists directly under the 'Excerpt' field - you'll see it. Just change that. The blog date has nothing to do with Umbraco's internal create/publish dates.
How to back date a blog post?
Hi,
I'm currently manually moving old blog posts from Orchard CMS over to Umbraco Articulate and I was wondering, how do I back date a post?
What I want to do is copy the content from my original post and make the created date be the date I originally posted it. Not, for example, today's date.
I tried changing the information within the post but it still shows on my blog as posted / created today.
Thanks,
Hi Owain,
Perhaps you should take a look CMS Import package https://our.umbraco.org/projects/developer-tools/cmsimport from Soeteman Software
WIth this package you can import content or members from any datasource into Umbraco. The following datasources are supported by default:
There is a free edition, and a pro edition, you can see the difference between free and pro features here. http://soetemansoftware.nl/cmsimport/features
Hope the CMS import could be option for you to solve your problem.
/Dennis
Thanks, this seems to be the standard reply on here :) I was just looking at ways to do it myself.
I've now ran CMSImport, after creating the SQL command that I needed and it does seem to have worked.
I guess you could have added the create date to an additional property then after import ran a loop to update create dates to the date in property.
Hi Owain,
Each blog post has a manual date field called "Published Date" it exists directly under the 'Excerpt' field - you'll see it. Just change that. The blog date has nothing to do with Umbraco's internal create/publish dates.
is working on a reply...