Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Types API get file name?

$
0
0

I cant see why this does not work? >


 $pdf_link = get_post_meta( $post->ID,'wpcf-pdf-upload');   
   
 $pdf_title = get_the_title($pdf_link);

<h6><a href="<?php echo $pdf_link;?>"><?php echo $pdf_title; ?>   ></a></h6> 

this worked fine with advanced custom fields plugin..

thanks


Viewing all articles
Browse latest Browse all 20145

Trending Articles