09/23/2013 at 7:10 pm
#269747
Keymaster
@ Jared
To do custom ordering, see this doc page for the order_by shortcode option.
To add the notes to the template you need to add:
$entry->getNotesBlock();
where you want the notes to show in the card.php and card-single.php file.
Hope that helps.
