Active
Project:
Wordpress Import
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2011 at 20:54 UTC
Updated:
13 Jul 2012 at 18:37 UTC
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
Comment #1
the_g_bomb commentedHaving 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.
Comment #2
ericthelast commentedI 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.
Comment #3
mdeltito commentedI 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.