I want to add a pdf to my blog post. I found the following code on stackoverflow to add the link.
<embed src="https://mypdflink" type=""application/pdf" width="600" height="400">
This code adds a link to the pdf, which is good. But what I really want is to display the pdf on the blog page, without showing the link or asking readers to click to open the pdf. Can anyone please help me?
By the way, this is my first time building my own blog/website. I have no background in website building or computer science in general. I am using free theme on wordpress.com. I appreciate your suggestion and help!