02/03/2015 at 9:39 am
#318001
Keymaster
@ dominic
This can be done but you’ll have to modify the template. In the card.php file you’ll find this line:
echo strip_shortcodes( $entry->getExcerpt() );
Change it to this:
echo strip_shortcodes( $entry->getExcerpt( array(), $entry->getNotes() ) );
That make the excerpt from the notes fields.
Then you need to enable the notes field via a shortcode option enabled by Excerpt Plus like so:
[connections enable_note='true']
Hope that helps!
