Display related fields in the author.php
-
Hello,
I’ve created a extended user pods with fields and related fields.
In the author.php I’m writting for display the fields:
$nombre_del_autor = get_the_author_meta('nombre'); $nickname = get_the_author_meta('nickname');
echo 'Nombre del autor: ' . esc_html($nombre_del_autor) . ''; echo 'Nick: ' . esc_html($nickname) . '';
What’s the code for the related fields and his fields in the way of use in the templates?
[each coleccion] <a href="{@permalink}">{@post_title}</a> / Editorial: {@isbn-13_ed} / Idioma Original: {@idioma_ed} / A?o: {@ano_ed} <hr> [/each]
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Display related fields in the author.php’ is closed to new replies.