Hi Stephanie, is there a way to import multiple post_tag instances as tags? I have the following structure, which I’d like to extract each class attribute value as an individual tag:
<p class="pub-author">Stephen King</p>
<p class="pub-year">1977</p>
<p class="pub-genre">Horror</p>
<h2 class="pub-title">The Shining</h2>
<h3 class="pub-chapter">Job Interview</h3>
I’ve already tried adding multiple Custom fields name as post_tag but it didn’t work.
Would you be kind enough to help me out?
Thanks in advance.
-mp