04/19/2014 at 8:52 am
#289079
Keymaster
@ Casey
1.) You’d have to edit the template. But I guess you’re already doing that…
In the profile.php file you would use <?php echo $entry->getExcerpt(); ?> instead of <?php echo $entry->getBioBlock(); ?>
But before you make that change duplicate the card function and name the duplicate as card_single. Now, duplicate the $template->part line and change card to card_single. In the card function you would use getExcerpt and in the card_single you would use getBioBlock.
- Take a look at thee doc page for order_by.
- You would need a template that support the search feature.
- Not in the currently released version. Version 0.8 which is soon to be released does have a developers API to create custom fields. However, there is no searching and filtering implemented. You’d be better off using categories and one of the template that support filtering by category.
Hope that helps!
