11/20/2015 at 5:01 pm
#355846
Keymaster
@ Emily
Copy the following line:
if ( $atts['show_links'] ) $entry->getLinkBlock( array( 'format' => $atts['link_format'], 'type' => $atts['link_types'] ) );
from the card-single.php found in this folder:
../wp-content/plugins/connections-gridder/
paste it into the card.php file found in the same folder on line 99.
After you do this, you will likely not see the link text. You will need to add some custom CSS you can refer to the gridder.css file lines 283–311 to the CSS you’ll need to add to have the links show (you’ll need to update the gridder.min.css too).
Hope that helps!
