Hi!
I want to add a link in a text block that allows the user to download a pdf
is that possible? how should I do it?
thanks!
Hi libelum!
You can create a link like so.
<a href = "URL to your PDF file">Click to download this PDF</a>
Depending on the browser it will open up the PDF in the browser and the user can right click > save as that way. If you want it to download automatically then zip up the PDF file into an archive and link to the archive instead.
Regards,
Elliott
Hi Elliot,
thank you for your reply!
“URL to your pDF file” – where should I upload it??
thaanks
Hi,
You can upload the file in the backend of your WordPress installation under Media.
Thanks,
Rikard
thank you!