• Resolved albpower

    (@albpower)


    Hello, I had two separate joomla websites running in two different languages but I want now to import them in single wordpress installation with WPML plugin included. I imported all categories and articles from the first joomla installation and now when I try to import the second one the categories are imported successfully but the articles aren’t imported I can’t figure out where is the problem.. 🙁

    For the process of importing the content from second joomla website I’ve changed the DB and url info and the connection was successfully, but as I said only categories were imported

    https://ww.wp.xz.cn/plugins/fg-joomla-to-wordpress/

Viewing 1 replies (of 1 total)
  • Plugin Author Kerfred

    (@kerfred)

    The plugin doesn’t support the import of multiple Joomla sites into the same WordPress site.
    However, there is a trick to do it. Simply run this SQL command after the first import and before the second import:
    UPDATE wp_options SET option_value = '0' WHERE option_name = 'fgj2wp_last_joomla_id';

Viewing 1 replies (of 1 total)

The topic ‘Problem with importing posts from second Joomla installation’ is closed to new replies.