Use fields on author page
-
Hello, guys from WP User Fontend.
First of all, I’d like to say this seems to be an amazing plugin!
I have one issue, though: I want to use user’s fields inside an Author Page (editing the template author.php on my theme). Unfortunately, it seems that the sample code from the documentation I’m using to do it (below) work only inside an author’s post loop.
<?php echo get_post_meta( $post->ID, 'nome_da_empresa', true ); ?>Do you have any tips for me to achieve this?
Thanks,
Alan
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Use fields on author page’ is closed to new replies.