×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: CMigrator

CMigrator 8 years 5 months ago #34334

  • Chris
  • Chris's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
We have a Wordpress blog, each post's meta description is managed by the All in One SEO Pack

In the Wordpress export this meta description field is grouped under wp:postmeta

Using CMigrator, is there a way to import these meta description wp:postmeta values into Joomla's Easy Blog?

I have read through the documentation, it looks like using the SQL import process we will need a way to line up the database table to assign the correct wp:postmeta values to the correct field values in Joomla's database?

CMigrator 8 years 5 months ago #34340

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Chris,
You would need to write a script for this. Once the articles are imported we fill up the #__cmigrator_content table with the joomla article id to the wp post id.

You would need a script that goes over each entry in this table, fetches the meta description and ads it to the article.

We also don't have support for easy blog. So you would need to import this in com_content and then import in easyblog.

Regards,
Daniel
  • Page:
  • 1
Time to create page: 0.089 seconds