Opis
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.
- Norway: [sk-nnd-name-days language=”nb_NO”]
- Sweden: [sk-nnd-name-days language=”sv_SE”]
- 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]' );
}
?>
Instalacja
- Upload
nordic-name-days
to the/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins’ menu in WordPress.
Najczęściej zadawane pytania
- Why was this plugin created?
-
I needed this feature and someone else might need it too.
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„Nordic Name Days” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Nordic Name Days” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
0.2.1
- Add translation files.
0.2
- Everything’s brand new.