Adding documents to WordPress blog/site
Dear Christina,
I’d like to add a tip sheet in pdf or Word format to my WP website and blog. Is there a plugin for doing this? If not, how may this be done?
Thanks,
Janine -Your Virtual Wizard
Janine,
I’m going to assume you want to have this document available for your readers to download.
You just need to upload the pdf or doc to your media library and then link to it in a post, page or widget. In a post or page you would need the write the test you want clickable and then use the insert media buttons at the top of the WYSIWYG editor to connect the two.
For a widget you’ll need to use the following code
for a text link— <a href=”url to your doc”>Text</a>
for an image link— <a href=”url to your doc”><img src=”url to image in media library”></a>
~Christina
![]()

Comments