Link to home
Start Free TrialLog in
Avatar of Barbara69
Barbara69Flag for United States of America

asked on

Link in Wordpress

I have a button and I want to use it to link to a pdf documents that I've uploaded from the server into the media library. How do I make the button link to the pdf document in wordpress?
Avatar of Ess Kay
Ess Kay
Flag of United States of America image

Link button to a pdf file? get the address of the pdf file
then enter it here

<FORM>
<INPUT Type="BUTTON" VALUE="PDF FILE" ONCLICK="window.location.href='http://www.yoursite.com/yoursubdirectory/PDFFILE.pdf'">
</FORM>
if by button you mean one of the menu items, those are no buttons. those are regular links

User generated image

Use the menu editor to add a new link to the pdf
Avatar of Barbara69

ASKER

there's another button on the page that someone else created and the code looks like this <p>[button link="/tcdd-health-and-human-service-agencies-begin-sunset-review" size="small"]Sunset Review[/button]</p>. I just want the link = part to be a pdf document.
ASKER CERTIFIED SOLUTION
Avatar of Barbara69
Barbara69
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
cool
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for your advice.
I realized that I didn't include underscores in my file name.