Hello!
I’ve got a simple weblog with a custom field for uploading/adding a PDF file newsletter. What I’d like to do is have the most recent file linked in the sidebar, however I can’t seem to get it to work mainly because I want the link text to be something specific.
The code for the sidebar is a simple unordered list:
<ul>
<li>Other linked items</li>
<li><a href="__">Download latest newsletter</a></li>
</ul>
What do I need to put in the href for it to work? I’m completely out of ideas.
Thanks!
.angie
