Trying to force a square peg into a round hole right now.
Working with existing Joomla categories/articles. Trying to bring some WP posts/categories/tags into the site.
Is there any way to force the migrated categories to be underneath an existing category?
I'm perfectly capable of working with the php just haven't found the right function to modify.
Tried the /components/com_cmigrator/libarary/migrators/com_content/com_content.php insertCategory function by hard coding my "parent" id but that didn't work.
Any help would be great.
EDIT:::: Never mind found where I could force using " $table->setLocation(13, 'last-child');"
Might be nice to add as a configuration option - set parent category for migrated categories.
Sam