Shortcode: [bloginfo] – Show WordPress Bloginfo
[ bloginfo arg=’name’ style=’your css’]
This shortcode can be used to access the WordPress function ‘get_bloginfo($arg)’. This will return a number of useful strings depending on the value. All the supported values are listed at http://codex.wordpress.org/Function_Reference/get_bloginfo. Some useful values include ‘stylesheet_directory’ and ‘template_directory’. You can wrap the bloginfo output with css added to a <span style=”your css”>.