Skip Navigation

[Resolved] How to display author info in a post type

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 9 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 19:00 10:00 – 19:00 10:00 – 19:00 10:00 – 19:00 10:00 – 19:00 -
- - - - - - -

Supporter timezone: Europe/Madrid (GMT+01:00)

Tagged: 

This topic contains 5 replies, has 2 voices.

Last updated by juanD-2 9 years, 8 months ago.

Assisted by: Caridad.

Author
Posts
#236191

Hi, im using types plugin. How can i display the author info (name, lastname, bio) in single.php ?

#236289

Hi Juan

Please take a look at this page and let me know any questions you have:
https://toolset.com/documentation/user-guides/displaying-wordpress-user-fields/

Regards
Caridad

#236343

This is the codo that im using

<?php
$author = types_render_usermeta_field("firs_name", array("raw"=>"true"));
echo "Name of author:".$author;
?>
#236344

This is the code that im using and doesn´t work

<?php
$author = types_render_usermeta_field("first_name", array("raw"=>"true"));
echo "Name of author:".$author;
?>

What can be wrong?

PD: Sorry for my english.

#237047

Dear Juan,

The code you are using is for displaying custom user fields, but first_name is not a custom field. Its a WordPress standard field and the functions to display this data you can find here:

http://codex.wordpress.org/Author_Templates

Please let me know if you are satisfied with my reply and any other questions you may have.

Regards
Caridad

#237252

Thanks, i was confused between the two types of fields!

The forum ‘Types Community Support’ is closed to new topics and replies.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.