10/30/2013 at 11:07 am
#272643
Keymaster
@ kelsey
To change “Categories” to “Practice Areas” use add this to the template:
$entry->getCategoryBlock( array('label' => 'Practice Areas', 'separator' => ', ', 'before' => '', 'after' => '') );
To add the notes and bio add these:
$entry->getNotesBlock();
$entry->getBioBlock();
