Dizze plugin is net hifke mei de lêste 3 grutte releases fan WordPress . It kin net langer wurde ûnderhâlden of stipe en kin kompatibiliteitsproblemen hawwe as it wurdt brûkt mei resinte ferzjes fan WordPress.

Nordic Name Days

Beskriuwing

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]' ); 

}
?>

Skermôfbyldings

  • Name Days in Finland

Ynstallaasje

  1. Upload nordic-name-days to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

FAQ

Why was this plugin created?

I needed this feature and someone else might need it too.

Resinsjes

D'r binne gjin resinsjes foar dizze plugin.

Meiwurkers & amp; Untwikkelders

"Nordic Name Days" is iepen boarne software. De folgjende minsken hawwe bydroegen oan dizze plugin.

Meiwurkers

Oersette "Nordic Name Days" yn jo taal.

Ynteressearre yn ûntwikkeling?

Blêdzje troch de koade , besjoch de SVN-repository , of abonnearje op it ûntwikkelingslogboek troch RSS .

Feroaringslog

0.2.1

  • Add translation files.

0.2

  • Everything’s brand new.