@ Margie
re: would posting a message with attached screenshots as a private reply make the screenshots inaccessible to others? That would be preferable.
Yes, it would. Only you and I should see them.
re: What needs to be configured so that bio information is displayed in each block? The information is still in the database, it is just not getting retrieved for display.
Ok, now I see. It appears someone had altered the tile to display the bio. The bio in the template’s default state is only displayed on the single entry profile/detail page. When you click on the entry’s name. Now, it appears the names are not links, so, perhaps they were turned off. They can be turned back on on the Connections : Settings admin page under the Advanced tab. Enable the Name permalink option.
If you want the bio to display on the tile itself again, you’ll have to edit the template to add it back on. Add $entry->getBioBlock();
on the card.php
file where you want he bio to be displayed. The file can be found in ../wp-content/plugins/connections-tile-plus/
If you decide to make this change, then I recommend following the instructions in the template override files tutorial.
Hope that makes sense!