- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Category Tags
- Template Tag: Category Image URL
Template Tag: Category Image URL
Displays the URL of the image associated with the current Category.
Examples
Quick Template
[Cat:image_url|size=original|position=#cover_and_teaser_all]
PHP Template
$Chapter->get_image_url( array(
'size' => 'original',
'position' => `#cover_and_teaser_all`,
) );
Parameters
Param |
Default |
Usage |
---|---|---|
|
|
Possible values: |
|
|
Possible values: See Image sizes |
Return value
This tag displays content only, it does not have a return value.