Is there any way to add an outside URL link (ie to another website) or a PDF link to the Wordpress CSS Drop Down Menu?
Is there any way to add an outside URL link (ie to another website) or a PDF link to the Wordpress CSS Drop Down Menu?
I need the ability to do this too. I'm not sure why this is not a basic function... I imagine there are a lot of people that want to do this.
There is one hideously bad solution. Instead of using the_title() in your code, you can use the_excerpt_reloaded() and have a page with just the link to the pdf or external url. As I said, that is a hideous solution that will only work in certain cases.
The following will work with pages. If you want it to do it with posts, you'll have to find something else
*EDIT: The above plugin works with posts as well. Sorry
You must log in to post.