• I need to add several dozen pdf files to open in a new tab when clicked on any of them to download. How is the best possible way to do this in WP?
    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Oakol,

    you could simply link the files with some basic HTML, for example:

    <a href="[URL of the file]" target="_blank">[Title or name of the file]</a>

    Thread Starter oakol

    (@oakol)

    Thanks for your response. I was not clear on what I need to do. I need to have a pdf image next the the text about each download. I need for anyone to be able to click on the pdf image and the pdf file opens in a new browser tab.

    • This reply was modified 7 years, 11 months ago by oakol.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘pdf files’ is closed to new replies.