Hi awesome module, I am having troubles with the wp tags, the vocabulary and his terms are created, but they are not being associated to his respectives nodes, I had to study the code and I changed in the line 1117 (elseif ($reader->getAttribute('domain') == 'tag') {) 'tag' for 'post_tag' and it works... the only thing that I dont know is that change, do not change the module funcionality..
Any help would be great...
Oscar

Comments

the_g_bomb’s picture

Having the same problem, except it seems like the tags are being imported, but as soon as you edit the node the tags are not populating the taxonomy field and so when saving the node again all the tags are lost.

ericthelast’s picture

I can confirm that changing 'tag' to 'post_tag' works and contrary to the_g_bomb's experience, my tags stay related when I save the node.

mdeltito’s picture

I can confirm this module is looking at the wrong "domain" for the tags. I'm guessing this change occurred at some point in the Wordpress export.