08/10/2016 at 10:17 am
#386006
Keymaster
@ Eugene
Technically, yes, but this will require you to edit the PHP and CSS of the template. You would edit the card.php file found in this folder:
../wp-content/plugins/connections-gridder/
You have to add this line within the cn-gridder-excerpt classed div:
$entry->getNotesBlock();
Save the changed files.
Now, you will not likely see the notes after making this change. You’ll have to adjust the font size from 0 to whatever size you want the text to be.
If you choose to edit the template, you should read this tutorial on how to use custom template override files so the change is update safe.
Hope that helps!
