Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need to add a page on my wordpress site showing documents uploaded through the media library (ideally only specific files such as pdf, docx etc not images files). The idea is to have visitors directly download such files without logging in.

Any ideas on how to go about it ?

Thanks, Mark

share|improve this question

1 Answer

This is something that will be best implemented through a Wordpress plugin. Take a look at http://wordpress.org/extend/plugins/media-library-assistant/

At the end of the day, if you can't find a pre-existing plugin, your best option is to make one. Some links for plugin development are:

http://codex.wordpress.org/Writing_a_Plugin http://codex.wordpress.org/Plugin_API http://codex.wordpress.org/Plugin_Resources

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.