- You need to log in before you can access this section.
Tag Blog Longdesc
Display long description of the blog. This long description can be edited by the blog owner in the admin interface under ‘Blog Settings > General > Long Description.
Example
<?php
$Blog->longdesc( array(
'before' => ' ',
'after' => ' ',
'format' => 'htmlbody'
) );
?>
Parameters
- Name: before
- Usage: (1 space)
- Default: Displayed before long description of the blog
- Name: after
- Usage: (1 space)
- Default: Displayed after long description of the blog
- Name: format
- Usage: htmlbody
- Default: Format to output
Return value
This tag displays content only, it does not have a return value.