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