Let me quickly explain my scenario:
I have a brother-in-law that I'm helping with a website. He is a teacher. He wishes, among other things, to share
notes from the classes with students. Each class will have it's own page. I suggested he upload class notes within a
category that bears the class name. I have a link to the files within that category working fine, but am at a loss as
to adding a full listing of files within the category. Your Usage instructions provide the code, but WordPress will not
allow me to insert the code into a page. It converts it to something "else". What's the catch to adding this:
<?php if (function_exists('get_downloads_category')): ?>
<?php get_downloads_category(5,20); ?>
<?php endif; ?>
to a WordPress Page?