Powered by MediaWiki
Personal tools

Tag blog home link

From b2evolution manual

Jump to: navigation, search

Display a link to the current blog.

This tag can display a link to the home if no blog is currently active or a link to a blog if there is an active blog.

[edit] Example

blog_home_link( $before = '', $after = '', $blog_text = 'Blog', $home_text = 'Home' );

[edit] Parameters

Name Default Usage
before (no space) Displayed before link.
after (no space) Displayed after link.
blog_text 'Blog' Link text to display if there is an active blog.
home_text 'Home' Link text to display if no blog is currently active.

[edit] Return value

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