02/07/2017 at 3:29 pm
#410336
Keymaster
@ Jennifer
Use an if statement, like so:
if ( 'individual' !== $entry->getEntryType ) {
$entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '', 'after' => '' ) );
}
Now the category block will only display if the entry is not an individual.
As for the template, do not use the template shortcode option, Connections will pick up the template automatically if the file exists. One thing to keep in mind, the category template will only be picked up when viewing the related category. Hope that make sense?
