Retrieve info from registration form for post author

This topic contains 2 reply and 2 voices, and was last updated by Olivier 9 years, 6 months ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
September 5, 2014 at 8:06 pm 26348
Olivier Hey, I want to display info from the post author, but I can't make it work, here is my code : <?php echo get_the_author_meta( $post->post_author, 'Region', true ); ?> Thanks a lot!
September 7, 2014 at 4:46 pm 26405
Sekander Badsha Sekander Badsha

Hello Olivier,
Here is the official documentation about getting and using the author meta http://codex.wordpress.org/Function_Reference/the_author_meta
Please read this carefully.

September 7, 2014 at 6:40 pm 26423
Olivier Olivier

Hi Sekander, thanks and sorry for the stupid question…

Viewing 2 Posts - 1 through 2 (of 2 total)