I am currently in the process of migrating from OJS to WordPress. While transferring the content from the previous CMS poses no issues, I am seeking guidance on how to duplicate the URLs from the old CMS to my WordPress site. For example, the URL structure of the previous CMS is as follows:
https://journal.com/index.php/abba/article/view/206
Where “abba” represents the category or journal name, and “206” is the journal post ID. In my mind, I am contemplating creating a custom permalink with the format:
/index.php/%category%/article/view/%postname%
However, using `%postname%` would turn the article title into the URL instead of the journal post ID. I have been searching for information on migration plugins or scrapers that can handle bulk content migration from OJS to WordPress while preserving the previous URL structure.
Any assistance or information on such plugins or methods to maintain the existing URLs would be greatly appreciated. Thank you.
[ad_2]