07/31/2015 at 12:37 pm
#341812
Keymaster
@ indy1003
You need to edit the card.php file found here:
../wp-content/plugins/connections-gridder/
Look for this line:
$entry->getPhoneNumberBlock( array( 'format' => '%number%', 'limit' => 1 ) );
Change it to this:
$entry->getPhoneNumberBlock( array( 'format' => '%number%' ) );
Or this, since you’ll be displaying multiple numbers:
$entry->getPhoneNumberBlock();
Hope that helps!
PS. you should read this so you can make this change update safe.
Hope that helps!
