Nordic Name Days

Register shortcode [sk-nnd-name-days] to display current day of the weeek, day and name day.

Author:Sami Keijonen (profile at wordpress.org)
WordPress version required:3.8
WordPress version tested:3.9
Plugin version:0.2.1
Added to WordPress repository:13-09-2012
Last updated:17-04-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://foxnet-themes.fi/downloads/nordic-nam...
Total downloads:1 795
Active installs:10+
plugin download
Click to start download

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 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"]
  2. Sweden: [sk-nnd-name-days language="sv_SE"]
  3. 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.

<?php 
// Display name of the day
if ( function_exists( 'sk_nnd_name_days_shortcode' ) ) {
    
    echo do_shortcode( '[sk-nnd-name-days]' ); 
        
}
?>

Screenshots
FAQ
ChangeLog