02/27/2015 at 11:11 am
#320996
Keymaster
@ larry
Yes, this is possible. First, read this.
In the template look for this: $entry->name;
Replace it with this:
$entry->getName( array( 'format' => '%first% %last%' ) );
That should do it.