i4w_bloginfo

Usage:

This shortcode is the shortcode equivalent of the WordPress get_bloginfo() function:

The get_bloginfo() function returns information about your blog which can then be used elsewhere in your PHP code. This function, as well as bloginfo(), can also be used to display your blog information.

This shortcode does NOT supports conditional branching with [ELSE_bloginfo].

Shortcode nesting is NOT supported.

Parameters:

get The ‘get’ parameter expects a valid parameter, as defined in WordPress. Please refer to the web page http://codex.wordpress.org/Function_Reference/get_bloginfo for an overview of the acceptable parameters.

Example:

[i4w_bloginfo get='name']

[i4w_bloginfo get='version']

API:

There is no API function equivalent for this shortcode.