Is it possible to migrate Wordpress content to Alfresco? If so then how can I do it? Should I sqldump all data from wordpress SQL database, and then export that dump in Alfresco? How can I configure the dumped data in Alfresco SQL as blog entries in Alfresco website?
A sqldump will not get you where you need to be. If you are trying to get these posts in a Share site, then your best bet is using web scripts to load these into Alfresco. You would need to pull them from Wordpress via their api, so a bit of coding is needed here. A good starting point to see the blog post entry in action is to look at the following web script:
Thanks…I need those posts not in Share but in Alfresco website. I tried to search this forum but it seems that migration from wordpress to alfresco is either not popular or not implemented