Forums
Home / Plugin: Import any XML, CSV or Excel File to WordPress / Embedded HTML and Working URLs
(@fergweb)
8 years, 5 months ago
Newbie question, I’m sure.
Got it working but am I missing something…is there a way for URL’s and email addresses to be imported as active/working links?
Cheers and thank in advance
(@wpallimport)
Hi fergweb.
You can use elements from your feed inside HTML tags to do this. For example:
<a href="{url[1]}">Click here to visit!</a> <a href="mailto:{email[1]}">Click here to email!</a>