Field extra in front end
-
Hi Marco,
I added a field files to allow users to upload a CV in PDF and until then everything ok … Now my problem is to view the pdf in the authors page in the front end of the site … how can I do?
This is the code I’m using to create the users page:
if ( is_author() ) { echo '<div style = "width:100px; float:left">'.get_avatar(get_the_author_meta( 'ID' )).'</div>'; echo '<div style = "width:500px; float:left">'; echo '<h1>'; echo get_the_author().'</h1><p>'; echo the_author_meta('user_email').'</p>'; echo '</div><div style = "clear:both"></div><p>'; echo the_author_meta('description').'</p>'; }
Thank You
Federico
- The topic ‘Field extra in front end’ is closed to new replies.