Custom fields in widget
-
Hi,
Thanks for a fantastic plugin.
I am using Profile Builder (3rd Party) to create a custom registration. I have custom fields at registration and I can call them with the following code:
<?php if ( function_exists('wppbc_get_custom_fields') ) { $wppbc_author = wppbc_get_custom_fields(); } echo get_the_author_meta( $wppbc_author[2]['item_metaName'], $author_id ); ?>
Is there a way I can output this in your sidebar?
It will just be text. Thanks
Elliot
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom fields in widget’ is closed to new replies.