01/08/2019 at 11:10 am
#481124
Keymaster
@ Sébastien
Ok, I understand.
To add the note block:
$entry->getNotesBlock(
array(
'before' => '<h4>' . esc_html__( 'Notes', 'connections' ) . '</h4>' . PHP_EOL,
'after' => '<div class="cn-clear"></div>',
)
);
To add the categories:
$entry->getCategoryBlock(
array( 'label' => 'Spécialité', 'separator' => ', ' )
);
Hope this helps!