We'll create fresh WordPress site with Dig Bloginfo Shortcode installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Dig Bloginfo Shortcode fetches the blog info data and allows it to be used as a shortcode in html.
[bloginfo key='name']
[bloginfo key='url']
[bloginfo key='description']
Where:
[bloginfo key=’name’] will return the ‘Blog name’
[bloginfo key=’url’] will return ‘http://www.example.com’
[bloginfo key=’description’] will return ‘Blog description’
Or use the shortcode to point directly to images in one of your theme’s folder:
<img src="[bloginfo key='template_url']/images/logo.jpg" alt="[bloginfo key='name'] logo" />
Complete list of parameters:
Get a complete list of the blog info parameters in WordPress bloginfo function reference
Localization:
This plugin is Compatible with WPML, Tested by WPML team