=== Nordic Name Days === Contributors: sami.keijonen Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=E65RCFVD3QGYU Tags: name-days, nordic, names, name Requires at least: 3.8 Tested up to: 3.9 Stable tag: 0.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Register shortcode [sk-nnd-name-days] to display current day of the weeek, day and name day. == Description == This mini plugin register shortcode [sk-nnd-name-days] to display current name days in Nordic countries. Supported countries are Finland, Norway, Sweden and Denmark. By default shortcode [sk-nnd-name-days] displays current day of the week, day and name days in Finland. You can use use shortcode in posts, pages and text widget. This plugin idea is from [International Namedays](http://wordpress.org/extend/plugins/international-namedays/ "International Namedays") plugin. = Shorcode usage and attributes in other countries = Here is how you use shortcode in other languages. 1. Norway: [sk-nnd-name-days language="nb_NO"] 1. Sweden: [sk-nnd-name-days language="sv_SE"] 1. Denmark: [sk-nnd-name-days language="da_DK"] Other shortcode attributes are before, after, language, separator (default is |) and dateformat (default is l j.n.Y). You can use these attributes like this. `[sk-nnd-name-days language="nb_NO" before="Name days: " after="" separator="-" dateformat="j.n.Y"]` If you want to display name days in your theme template file, add this code. ` ` == Installation == 1. Upload `nordic-name-days` to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently Asked Questions == = Why was this plugin created? = I needed this feature and someone else might need it too. == Screenshots == 1. Name Days in Finland == Changelog == = 0.2.1 = * Add translation files. = 0.2 = * Everything's brand new.