- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Item Tags
- Template Tag: Item More Link
Template Tag: Item More Link
This tag displays a "Read More" link for the Post/Item.
Example
Quick Template
[Item:more_link|before=<p class="more_link">|link_text=Read details…]
PHP Template
$Item->get_more_link( array(
'force_more' => false,
'before' => '<p class="bMore">',
'after' => '</p>',
'link_text' => '#',
'anchor_text' => '#',
'disppage' => '#',
'format' => 'htmlbody'
) );
Parameters
Param |
Default |
Usage |
---|---|---|
|
|
If |
|
|
Displayed before the more link. |
|
|
Displayed after the more link. |
|
|
Text to display as the more link. If the |
|
|
Text to display as the more link title. If |
|
|
Page number to display specific page, |
|
|
Format to output. Possible values: |
Return value
This tag displays content only, it does not have a return value.