Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I have a multipal ublogsy node in one content tree, now i want to use same same uBlogsyPost node in another blog, on after publish event , is it possible then how..?
plz. give me quick reply, if possible
You should be able to hook into events: http://our.umbraco.org/documentation/Reference/Events/
You probably want to hook into the Document_AfterPublish then copy the blog post.
Copying content from one blog post to another would be really bad for SEO as you may get penalised for duplicate content.
Document_AfterPublish
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Copy Content node from one blog and move to another blog programmatically
Hello,
I have a multipal ublogsy node in one content tree, now i want to use same same uBlogsyPost node in another blog, on after publish event , is it possible then how..?
plz. give me quick reply, if possible
You should be able to hook into events: http://our.umbraco.org/documentation/Reference/Events/
You probably want to hook into the Document_AfterPublish then copy the blog post.
Copying content from one blog post to another would be really bad for SEO as you may get penalised for duplicate content.
Document_AfterPublish
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.