Custom fields stripping html
-
Thank you for the great plugin. It’s been quite the life-saver with converting a 50,000+ page static site to WP.
I am having a similar problem as the one described before, but since the topic was resolved in e-mail and not publicly, I’ll address it again.
I have a set of pages that include each include a link, which I would like to import as a custom field. I am able to identify a unique selector for the link’s container, but after import, the custom field is blank. Likely because it strips the html of custom fields.
The html for the link:
<b class="link-container"><a href="link-to-resource">Link To Resource</a></b>So, when I set a custom field “resource-link” to select the <b> element with a class of “link-container” in the example, the custom field, “resource-link”, exists, but it empty.
Is there any development on making the stripping optional? Also, I’m not afraid to get my hands dirty with the php, so if there’s a temporary fix I can apply, I’d be very grateful. Actually, The ideal solution would be to save the href of the link as the custom field.
Thanks again for all the hard work!
The topic ‘Custom fields stripping html’ is closed to new replies.