I’ve searched several threads and tried what I could figure out. I know I’ve done it before, but can’t seem to figure it out again. I need to add a printable .pdf file to a page. I am NOT HTML savvy! This needs to be as easy as possible.
Thanks for any help!
Hi momomany!
You can upload the file to Media Librady and then create a link and link to that file
WordPRess does allow that, so you are safe!
Best regards,
Basilis
How do I create a link?
Sorry, I know it’s probably a simple task, but… I’ve been at this for a long time and just can’t seem to get it to work for me.
On another topic, I have several pictures that I uploaded and all need to be rotated, but when I try that action it tells me that it cannot load the preview image. Reload the page and try again. ‘ I have tried several times.
Hi!
Use something like this:
<a href="sample.pdf" target="_blank">PDF File</a>
The wp image editor is not going to work in the theme because it generates different thumbnails for every elements use in the page. The image editor modifies the original image which is usually not use in the theme.
Regards,
Ismael