Title: Bloginfo Shortcode
Author: ethanpil
Published: <strong>25, Setiembre de 2013</strong>
Last modified: 25, Setiembre de 2013

---

Guetar plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-bloginfo-shortcode.svg)

# Bloginfo Shortcode

 By [ethanpil](https://profiles.wordpress.org/ethanpil/)

[Download](https://downloads.wordpress.org/plugin/wp-bloginfo-shortcode.zip)

 * [Details](https://ast.wordpress.org/plugins/wp-bloginfo-shortcode/#description)
 * [Reviews](https://ast.wordpress.org/plugins/wp-bloginfo-shortcode/#reviews)
 *  [Installation](https://ast.wordpress.org/plugins/wp-bloginfo-shortcode/#installation)
 * [Development](https://ast.wordpress.org/plugins/wp-bloginfo-shortcode/#developers)

 [Support](https://wordpress.org/support/plugin/wp-bloginfo-shortcode/)

## Description

This plugin adds a shortcode [blog] to pull info from like the template tag bloginfo().
Its very simple to use and supports the same values as bloginfo().

Why a shortcode and not the function in PHP? Sometimes I need to implement slight
variations of the same site. This allows me to have the values propagate into the
post content as needed without remembering every place that needs changes.

Its used like this:

    ```
    [blog info="name"] 
    ```

This is the equivalent of the following in PHP:

    ```
    bloginfo('name');
    ```

Here are some example uses:

    ```
    [blog info="name"] - Displays the "Site Title" set in Settings > General.
    [blog info="description"] - Displays the "Tagline" set in Settings > General.
    [blog info="wpurl"] - Displays the "WordPress address (URL)" set in Settings > General.
    [blog info="url"] - Displays the "Site address (URL)" set in Settings > General.
    [blog info="admin_email"] - Displays the "E-mail address" set in Settings > General. 
    ```

See here for all the usable parameters: https://codex.wordpress.org/Function_Reference/
bloginfo

Fork away: https://github.com/ethanpil/wp-bloginfo-shortcode

## Installation

 1. Upload `wp-bloginfo-shortcode.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Include the [blog info=””] shortcode in your editor….

## FAQ

  I dont see any settings or options!

There arent any!

  How to I enable it?

If the plugins system has it on then its working.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Bloginfo Shortcode” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ ethanpil ](https://profiles.wordpress.org/ethanpil/)

[Translate “Bloginfo Shortcode” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-bloginfo-shortcode)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-bloginfo-shortcode/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-bloginfo-shortcode/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-bloginfo-shortcode/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-bloginfo-shortcode/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Hello World!

## Meta

 *  Version **1.0**
 *  Last updated **13 años ago**
 *  Active installations **700+**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **3.6.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-bloginfo-shortcode/)
 * Tags
 * [bloginfo](https://ast.wordpress.org/plugins/tags/bloginfo/)[shortcode](https://ast.wordpress.org/plugins/tags/shortcode/)
 *  [Advanced View](https://ast.wordpress.org/plugins/wp-bloginfo-shortcode/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/wp-bloginfo-shortcode/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wp-bloginfo-shortcode/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wp-bloginfo-shortcode/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-bloginfo-shortcode/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-bloginfo-shortcode/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-bloginfo-shortcode/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-bloginfo-shortcode/reviews/)

## Contributors

 *   [ ethanpil ](https://profiles.wordpress.org/ethanpil/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-bloginfo-shortcode/)