03/18/2019 at 10:21 am
#487293
Keymaster
@ John
The code does not look like it is from the cMap template. Which file and folder folder path are you editing?
You want to added $entry->excerpt(); to line 140 in the card.php file in this path:
../wp-content/plugin/connections-cmap/
You’ll need the open and close PHP tags too, so, it should be:
<?php $entry->excerpt(); ?>
Line 141 is this:
<div class="cn-tray-links">
That should place the excerpt right after the categories.
