Have you found a fix for this?
Found it! There’s a _wp_attached_file call that will get the file path after /uploads. So I did this..
<a href="http://localhost:8888/wp-content/uploads/<?php print_custom_field('custom_field_name:get_post','_wp_attached_file'); ?>">Click For A PDF</a>
print_custom_field('customfieldname:get_post','guid');
I was able to get this to work – but it misses the “/” after “uploads”. To the path is ALMOST correct. Goes to /uploads2013/06/this.pdf instead of /uploads/2013/06/this.pdf. Just one slash needed after “uploads”. Any way to add that in? Thanks!
Yes, I just got the same error – Parse error: parse error, unexpected ‘?’, expecting ‘(‘ in /home/content/html/wordpress/wp-content/plugins/front-end-editor/front-end-editor.php on line 80. I’m on php5.