10/18/2017 at 12:22 pm
#438221
Keymaster
@ Allan
Edit the card.php file found here:
../wp-content/plugins/connections-circled/
Look for this line:
<h3><?php $entry->getNameBlock( array( 'format' => $atts['name_format'], 'link' => FALSE ) ); ?></h3>
Change it to:
<h3><?php $entry->getNameBlock( array( 'format' => $atts['name_format'], 'link' => TRUE ) ); ?></h3>
To make this tweak update safe (more or less :) ), see this tutorial on custom template override files.
Hope this helps!
