Hey!
Thanks so much; your plugin is a life saver.
I however can’t get to access the content using the following php hack:
echo $row->author.”
“.$row->sfile.”
“.”<img src='”.$row->cover.”‘ width=100 height=100 />
“.$row->name.”
“;
so all those variables are the data stored in my db. All the content displays with this code, including images; but not the files. I assume I just don’t know enough wp/php, but wondering if it could have to do with the plugin itself or if you would have some sort of hint around how to print the url of where my file is stored?