hi
that article is very helpful but I can’t import the categories to wordpress
maybe because I change the Sql Code of jos categories
from:
insert into jos_categories (title, alias, parent_id, published, access, extension) select name, alias, parent, published, access, ‘com_content’, from jos_k2_categories
to:
insert into jos_categories (title, alias, parent_id, published, access) select name, alias, parent, published, access from jos_k2_categories
because that don’t work on my data
Any suggestions would be greatly helpful!!
Thanks!