11/12/2013 at 3:13 pm
#273505
Guest
Hello Steve,
I already add the peace of code to ../wp-content/plugins/cmap/card.php.
That works fine.
But I will limit the output of categories to three categories only.
I try:
$entry->getCategoryBlock( array(‘number’ => 3, ‘separator’ => ‘, ‘, ‘before’ => ‘<span>’, ‘after’ => ‘</span>’ ) );
$entry->getCategoryBlock( array(‘limit’ => 3, ‘separator’ => ‘, ‘, ‘before’ => ‘<span>’, ‘after’ => ‘</span>’ ) );
Both possibilities did not work. “The limit” oder “the number” does not apply to limit the output of the categories.
Did you have an approach for a solution.
Greetings,
Kris