Nameday free WordPress plugin
Description
Nameday free WordPress plugin
Basically WP_LANG happening in the language specified by the display name-days, but for multilingual sites
supported in Query Mode (? lang = en) and Pre-Path Mode, too.
The greeting message is changeable. In this case, and if there isn’t .po file for the language of the GoogleTranslate by means of the translation. You can set the color of text in Nameday -> Nameday menu
More name-day event bubble will appear on name days. … place your cursor on it!
Installed name-days are: Hungarian, Austrian, German, French, Swedish, Italian, English, Spanish, Polish, Czech and Slovak.
1.3
Tested with wordpress 3.9.1
Bugfix missing language names
1.2
Register shortcode [nameday] to display current name days
By default shortcode [nameday] displays current day of the week, day and name days in Hungarian. You can use
use shortcode in posts, pages and text widget.
Other shortcode attributes are nameday_lang, color, nameday_msg, max_name (default is 2) and date_format (default is l, d F Y).
You can use these attributes like this.
Add max_name parameter to bubble parameters
[nameday nameday_lang=’en_US’ color=’silver’ nameday_msg=’Whats your name %%name%%!’ date_format=’d/m/Y’ max_name = ‘3’]
From max_name value the namedays write to title
If you want to display name days in your theme template file, add this code.
1.1.1
Change namedayadmin.css
Modify sql select
Create index to wp_nameday
1.1
Fix nameday in functions name
Bubble parameters
Modify structure of wp_nameday
Modify namedayadmin.css=======