Tag item main category
From b2evolution manual
Display only main category name.
[edit] Example
<source lang="php"> $Item->main_category( $format = 'htmlbody' ); </source>
[edit] Parameters
| Name | Default | Usage |
|---|---|---|
| format | 'htmlbody' | Format to output. Format can be 'raw' or 'htmlbody'. |
[edit] Return value
This tag displays content only, it does not have a return value.
