Is it possible to add a link that when clicked downloads a PDF file in a Wordpress theme. And would it be possible to add this to the site navigation which is using the wp_nav_menu function?
Do you just want to create an item / tab in your menu that links to a PDF?
If that's the case, one option would be to use WordPress's custom menu(s) option (in Admin > Appearance > Menus) to build a menu and then create a custom link... You would, however, need to build your entire menu (from scratch) using the drag-n-drop interface.
Is it possible to add a link that when clicked downloads a PDF file in a Wordpress theme. And would it be possible to add this to the site navigation which is using the wp_nav_menu function?
Thanks!
Do you just want to create an item / tab in your menu that links to a PDF?
If that's the case, one option would be to use WordPress's custom menu(s) option (in Admin > Appearance > Menus) to build a menu and then create a custom link... You would, however, need to build your entire menu (from scratch) using the drag-n-drop interface.
Hope this helps.