- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Other Tags
- Template Tag: Item Tag Permanent Link
Template Tag: Item Tag Permanent Link
This tag displays a permanent link to the Item Tag page (list of post that match that tag).
Example
Quick Template
[Tag:permalink|text=Go to tag page]
PHP Template
$Blog->get_tag_link( array(
'text' => 'Go to tag page',
) );
Parameters
Param |
Default |
Usage |
---|---|---|
|
|
CSS class applied to the link. |
|
|
Custom CSS style applied to the link. |
|
|
Add |
|
|
Text to display as the link text. Leave empty to display Item Tag as the link text. |
|
|
Text to display as the title of the link. |
Return value
This tag displays content only, it does not have a return value.