Wordpress plugins
International Namedays

International Namedays

Version : 2.3
Tested up to : 3.9.20
Number of download : 3774
Author : kgyt
Average rating : 5 / 5 on 1 votes 1 votes, 5 avg.rating

Screenshots

International Namedays
International Namedays
International Namedays
International Namedays

This plugin displays namedays for different countries. Usage kgyt_nameday( [DISPLAY], [COUNTRY], [TIMESTAMP] ); display (boolean) – if true (default) the nameday is visible country (string) – select two letter countrycode (hu, pl, no, se, dk, cz, sk) timestamp (int) – set the date or timezone Usage in posts Print today’s Hungarian nameday: <!-- kgyt_nameday --> or Print today’s nameday from special country: <!-- kgyt_nameday COUNTRY --> or Print Hungarian nameday of special time: <!-- kgyt_nameday TIMESTAMP --> or Print customized nameday: <!-- kgyt_nameday COUNTRY TIMESTAMP --> country (string) – select two letter countrycode (hu, pl, no, se, dk, cz, sk) timestamp (int) – set the date or timezone Examples Print today’s Hungarian nameday: <?php kgyt_nameday(); ?> Get yesterday Swedish nameday: <?php $nameday = kgyt_nameday( false, 'se', time() - ( 3600 * 24 ) ); echo $nameday; ?>

Download now