Tag Item Status
Display status of item. Status can be one of the following: published, deprecated, protected, private, draft.
Example
PHP
<?php | |
$Item->status( array( | |
'before' => '', | |
'after' => '', | |
'format' => 'htmlbody' | |
) ); | |
?> |
Parameters
- Name: before
- Default: (no space)
- Usage: Displayed before the status.
- Name: after
- Default: (no space)
- Usage: Displayed after the status.
- Name: format
- Default: ‘htmlbody’
- Usage: Format of the status. It can be ‘htmlbody’ or ‘raw’ (e.g. $Item->status_raw() )
Return value
This tag displays content only, it does not have a return value.
Created by fatimahnasra • Last edit by mgsolipa on Nov 15, 2013