Is there any plugin that allows you to add pdf links to a menu using
<?php $subMenu = wp_list_pages('child_of=30&title_li=&echo=0'); ?>
Any help would be awesome!
Thanks in advance,
-NNDT
Is there any plugin that allows you to add pdf links to a menu using
<?php $subMenu = wp_list_pages('child_of=30&title_li=&echo=0'); ?>
Any help would be awesome!
Thanks in advance,
-NNDT
One simple method would be to create a page called PDF XYZ, then use the Pages Link To plugin to link that page to the actual PDF.
Similar to the techinique here:
How to easily display links to both Pages and Categories in the blog navigation header?
Awesome, I've not seen that plugin; it looks like it'll be exactly what I need. Thank you sir!
Do you know if there is a similar plugin for posts?
That plugin works for posts also.
So it does. Sorry about that. Thanks again.
You must log in to post.