WP Network issues
-
Hi, I’m struggling with a strange issue.
I added some DIVs to the html editor of some static pages and I used the “data-” attributes in these DIVs because I need them to run some js functions. I also added some IFRAMEs to these pages. Then I exported everything in XML.
Well… if I import the XML in a normal blog, everything works fine, but if I import it in a site of a WordPress network, it simply skips the data- attributes and the iframes.
The original code, for instance:
<div class="column_3" data-size="3">content ecc...
in the Network is:
<div class="column_3">content ecc...
The same with the IFRAMEs. They are simply missing.
Do I need to set something in the network settings or is it a bug?
TIA ??
- The topic ‘WP Network issues’ is closed to new replies.