Wordpress Blog Migration

Posted by Community Admin on 04-Aug-2018 17:45

Wordpress Blog Migration

All Replies

Posted by Community Admin on 07-Feb-2012 00:00

Our team has successfully migrated wordpress blogs into Sitefinity. The issue we face is that we are unable to bring over the tags and categories associated with each blog post. Is there a way to do this through the API?

Posted by Community Admin on 08-Feb-2012 00:00

anthony, you can certainly associate content with taxonomy using taxonomy, which has its own content managers, depending if you are using Flat taxonomy (tags), or hierarchical taxonomy (categories).

Using the TaxonomyManagers you can create the taxonomies you require programmatically (or you can just create them in the GUI of Sitefinity).

Then programmatically, you can associate content items with those existing taxonomies using the Organizer property of a content item.

for more on how this is done, take a look at this documentation article: Associating a content item with a Taxon

hope this is helpful!

This thread is closed