Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #528578

    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!

    View post on imgur.com

    #528587

    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

    #528694

    Hi Elliot,

    thank you for your reply!
    “URL to your pDF file” – where should I upload it??

    thaanks

    #529002

    Hi,

    You can upload the file in the backend of your WordPress installation under Media.

    Thanks,
    Rikard

    #529054

    thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Download file link’ is closed to new replies.