I am wondering if someone could give me php code that would allow me to insert a PDF icon and download link in my sidebar. I have the pdf image in my theme images folder, and can upload the pdf to download through my uploads folder. Can anyone help?
I am wondering if someone could give me php code that would allow me to insert a PDF icon and download link in my sidebar. I have the pdf image in my theme images folder, and can upload the pdf to download through my uploads folder. Can anyone help?
I would like to replace the old code below (which i commented out) for the PDF download:
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar_full') ) : ?>
</div>
Just put a text widget in the sidebar on the widgets page, then put the HTML code you want into it. Link and everything. No PHP editing required.
Cool I will try it!! Thanks.
This topic has been closed to new replies.