Hi,
I have a product page here: http://virtuusa.com/portfolio-item/winterfell-60-ed-30060/#toggle-id-3
If you look at the accordion under Additional Information, I have text there that says Specification Sheet. I want this piece of text to be a link so that when someone clicks on it, they can download a pdf file. I tried doing it in WordPress by inserting a download but for some reason it isn’t working.
Hi hpham45!
You can add it as following http://pastebin.com/MtHLmepy
Cheers!
Yigit
Thanks Yigit but your answer would require me to host the download file somewhere else? What if it’s uploaded to wordpress, how can I access the file from my media?
Hey!
Try to edit that specific media item:
That’s the location of the file, then simply put it in the href attribute of the code Yigit provided:
<a href="_URL_HERE_">download</a>
Regards,
Josue