• Resolved Elliot Taylor

    (@raisonon)


    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

    http://wordpress.org/extend/plugins/author-profile/

Viewing 1 replies (of 1 total)
  • Plugin Author Debashish

    (@debashish)

    Can certainly be done, try to add this code in the plugin in the displayAuthor method, however out of the box the “profile builder” is not supported by my widget.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom fields in widget’ is closed to new replies.