The shortcode doesn't seem to do anything. It looks like I am uploading the files and the show up in the admin, but it is useless if I cannot display them on a page.
The shortcode doesn't seem to do anything. It looks like I am uploading the files and the show up in the admin, but it is useless if I cannot display them on a page.
Go to your plugins folder ( [your installation folder]/wp-content/plugins )
find the downloads-manager folder
in that folder, there is a file called functions.php
Edit it
find the string : <!--download table-->
and replace it with [download table]
save the file
upload the file back to your server
to make the download list appear in your post just use the
[download table] code instead ..
That should fix your problem ( it did for me )
Gaetan Siry
AVSPEED
Please note that there are 2 instances of the <!--download table--> string in the file. replace both with [download table]
This topic has been closed to new replies.