Powered by MediaWiki
Personal tools

Tag blog name

From b2evolution manual

Jump to: navigation, search

Display name of the blog. This name can be edited by the blog owner in the admin interface under 'Blog Settings > General > Title'.

[edit] Example

<?php
  $Blog->name( array(
           'before' => ' ',
           'after'  => ' ',
           'format' => 'htmlbody'
    ) );
?>

[edit] Parameters

Name Default Usage
before (1 space) Displayed before name of the blog.
after (1 space) Displayed after name of the blog.
format 'htmlbody' Format to output.

[edit] Return value

This tag displays content only, it does not have a return value.