06/30/2015 at 11:53 am
#339101
Keymaster
@ indy1003
Great to hear you figured out questions 1 and 3. Adding the address to the panel requires edit the card.php file found here:
../wp-content/plugins/connections-gridder/
You would need to add this line of code where you want the address to display:
<?php $entry->getAddressBlock(); ?>
Instead of overwriting the card.php file I suggest following the advice in this QuickTip so the change will be update safe.
Hope that helps, let me know.
