10/24/2018 at 10:04 am
#475632
Keymaster
@ Bob
When you click thru to the entry profile default page of Tile Plus, the notes are shown by default.
If you want to show the notes on the tile itself, that would require editing the template’s PHP file; card.php found in this path:
../wp-content/plugins/connections-tile-plus/
You would need to add this code:
$entry->getNotesBlock();
You will very likely have to enlarge the tile to give the notes space to display.
Hope this helps!
