03/10/2016 at 11:06 am
#368562
Keymaster
@ James
I’m guessing this in regards to the Gridder template, correct? The easiest solution is to add your entry as “Organizations” rather than “Individuals”. If that is not possible, then the only way to make this change would be to edit the template’s card.php file found here; ../wp-content/plugins/connections-gridder/.
You would change this:
$entry->getNameBlock( array( 'format' => $atts['name_format'], 'link' => FALSE ) );
to this:
$entry->getOrgUnitBlock( 'show_dept' => false, 'link' => array( 'organization' => false, 'department' => false ) );
That should do it, though you might have to adjust the CSS styles… I do not know off hand.
Hope that helps!
