treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Wordpress PDF downloads

  • Hi!

    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!
  • Not sure if this is what you mean? But http://code.google.com/p/wkhtmltopdf/ is great for sending HTML to create a PDF.
  • Hi Arvid

    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.