Attachment [field url] not working in html
-
I’ve been using this code for a while to display a list of attachments to a different page, title links to attachment:
<ul>[loop id="35291" status="any"][attached] <li><a href="[field url]" target="_blank">[field title]</a></li> [/attached][/loop]</ul>
Periodically it stops working, seems to be a different issue each time. Now the list is displaying properly but the links don’t go anywhere, and when I look at the page code it’s generating:
<ul><li><a href= "target="_blank"">TITLE</a></li></ul>
I tried using [field title-link] and [field title-link-out], that didn’t generate anything.
Here’s the page: https://www.sierranevada.edu/resources/current-undergraduate-students/syllabi/
Thanks, Susan
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Attachment [field url] not working in html’ is closed to new replies.