Tag Blog Name
Display name of the blog. This name can be edited by the blog owner in the admin interface under ‘Blog Settings > General > Title’.
Example
<?php
$Blog->name( array(
'before' => ' ',
'after' => ' ',
'format' => 'htmlbody'
) );
?>
Parameters
- Name: before
- Usage: (1 space)
- Default: Displayed before name of the blog.
- Name: after
- Usage: (1 space)
- Default: Displayed after name 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.