I want to import old news into the news plugin

I want to import old news into the news plugin, but my news also has translations in Uzbek, Russian, and English languages. How can I import them? And then how do I handle images?

Assuming you want to move from RainLab.Blog to blueprints, there are a couple of ways to approach it:

  • Use import/export feature (works well for small amounts of content)
  • Write some PHP to import the content and images (required if there are 100s of blog posts)

Writing the PHP is key here because you may need to implement custom logic for your website, including the latest multilingual features.