Files on backend
Viewing 2 Posts - 1 through 2 (of 2 total)
Author | Posts |
---|---|
April 22, 2013 at 2:51 am 2653 | |
Hello, When I edit a post from the back end, is there a way to download files that are uploaded? I only see an option to delete. | |
April 22, 2013 at 12:08 pm 2691 | |
Putting the download link in the admin panel makes sense. Add this code in /class/render-form.php in 742 number line: So it should look like: if ( is_admin() ) { | |
April 23, 2013 at 3:29 am 2747 | |
Thanks! |
Viewing 2 Posts - 1 through 2 (of 2 total)