Tag Blog Home Link
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.
Example
blog_home_link( $before = '', $after = '', $blog_text = 'Blog', $home_text = 'Home' );
Parameters
- Name: before
- Default: (no space)
- Usage: Displayed before link
- Name: after
- Default: (no space)
- Usage: Displayed after link
- Name: blog_text
- Default: Blog
- Usage: Link text to display if there is an active blog
- Name: home_text
- Default: Home
- Usage: Link text to display if no blog is currently active
Return value
This tag displays content only, it does not have a return value.