=== Extra-shortcodes === Contributors: webvitaly Plugin URI: http://web-profile.com.ua/wordpress/plugins/extra-shortcodes/ Tags: shortcode, shortcodes, date, time, bloginfo Author URI: http://web-profile.com.ua/wordpress/ Requires at least: 3.0 Tested up to: 3.3.1 Stable tag: 1.2 [bloginfo show="name"], [site_title], [site_desc], [site_url], [date format="Y-m-d"], [time], [year], [month_name], [weekday] == Description == = Shortcodes: = * `[bloginfo show="name"]` - [bloginfo params](http://codex.wordpress.org/Function_Reference/get_bloginfo); * `[site_title]` - Title of the site; * `[site_desc]` - Description of the site; * `[site_url]` - http://site.url; * `[wp_version]` - 3.3.1 (WordPress version); * `[date format="Y-m-d"]` - [php date format params](http://php.net/manual/en/function.date.php); * `[date format="F" timestamp="+1 months"]` - April (on March); * `[date format="Y-m-d" timestamp="+25 days"]` - 2012-04-23 (on 2012-03-29); * `[date format="Y" timestamp="+1 years"]` - 2013 (on 2012); * `[time format="H:i:s"]` - [php time format params](http://php.net/manual/en/function.date.php); * `[year]` - 2012, `[year plus="3"]` - 2015, `[year minus="2"]` - 2010; * `[month]` - 3 (in march), `[month plus="3"]` - 6, `[month minus="2"]` - 1, `[month plus="11"]` - 12 (12 is maximum and it is not looped by default), `[month plus="11" loop="1"]` - 2 (14, but with loop it becomes 2=14-12); * `[month_name]` - March; * `[day]` - 8, `[day plus="3"]` - 11, `[day minus="2"]` - 6, `[day plus="30"]` - 31 (31 is maximum number of days for current month and it is not looped by default), `[day plus="30" loop="1"]` - 7 (38, but with loop it becomes 7=38-31); * `[weekday]` - Friday; * `[hours]` - 17; * `[minutes]` - 35; * `[seconds]` - 59; [Extra-shortcodes plugin page](http://web-profile.com.ua/wordpress/plugins/extra-shortcodes/) = useful plugins: = * [Page-list](http://wordpress.org/extend/plugins/page-list/) - show list of pages with shortcodes * [Iframe](http://wordpress.org/extend/plugins/iframe/) - embed iframe with shortcode * [Login Logout](http://wordpress.org/extend/plugins/login-logout/) - default Meta widget replacement * [Filenames to latin](http://wordpress.org/extend/plugins/filenames-to-latin/) - sanitize filenames to latin during upload == Changelog == = 1.2 = * added "timestamp" param to [date] shortcode = 1.1 = * added [bloginfo] = 1.0 = * initial release == Installation == 1. Install and activate the plugin on the Plugins page 2. Add shortcodes to pages or posts: `[bloginfo show="name"]`, `[site_title]`, `[site_desc]`, `[site_url]`, `[date format="Y-m-d"]`, `[time]`, `[year plus="3"]`, `[month minus="2"]`, `[month_name]`, `[day]`, `[weekday]`