06/07/2016 at 3:45 pm
#378728
Keymaster
@ Robert
re: How do I get the “Biographical Info” to show up in the tile? I have some data in that field in the backend but it isn’t showing up on the actual front end tile.
The only way to add this to the tile is to edit the PHP of the template.
Open the card.php found in this folder:
../wp-content/plugins/connections-tile-plus/
Add this line of code where you want the bio to be displayed:
<?php $entry->getBioBlock(); ?>
Hope that helps!
