I added the code you sent right after the organization block line, nothing on the page:
<?php $entry->getMeta( array( 'key' => 'specialization', 'single' => TRUE ) ); ?>
. “Specialization” is the name I assigned to the custom field, I couldn’t find any way to verify the slug but I can’t imagine what else it would be. I tried with a capital S in the code just to check, didn’t make a difference.
Also, when I get it to work I need something that’s basically “if the field has content, then . . . because I want to be able to put in a label. Would it be `if ( $entry->getMeta(specialization) != ” ){…}
The default display for custom fields is something like
‘
<h3>Custom Fields</h3>
` then field name – field value as a bulleted list item.
It seems unlikely anyone would want their field results in a section titled “Custom Fields”. I commented out the content block to get control.
Unrelated question – is there an attribute I can specify in the shortcode which would display the bio without the show-hide function?